Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53792
b: refs/heads/master
c: 8eb68fa
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed May 2, 2007
1 parent a8b8a23 commit 57e2465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 786142fab86cfddd3e7797e9ccf8a8a3bcaf0456
refs/heads/master: 8eb68faed9e077c45c2bab5fce7c4e371fe9c28f
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/vmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ static void vmi_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
vmi_ops.set_pte(pte, ptep, vmi_flags_addr(mm, addr, VMI_PAGE_PT, 0));
}

void vmi_pmd_clear(pmd_t *pmd)
static void vmi_pmd_clear(pmd_t *pmd)
{
const pte_t pte = { 0 };
vmi_check_page_type(__pa(pmd) >> PAGE_SHIFT, VMI_PAGE_PMD);
Expand Down

0 comments on commit 57e2465

Please sign in to comment.