diff options
Diffstat (limited to 'arch/i386/xen/mmu.h')
-rw-r--r-- | arch/i386/xen/mmu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/xen/mmu.h b/arch/i386/xen/mmu.h index 764eaaae0a2f..49776fe9f02a 100644 --- a/arch/i386/xen/mmu.h +++ b/arch/i386/xen/mmu.h | |||
@@ -15,7 +15,7 @@ void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm); | |||
15 | void xen_exit_mmap(struct mm_struct *mm); | 15 | void xen_exit_mmap(struct mm_struct *mm); |
16 | 16 | ||
17 | void xen_pgd_pin(pgd_t *pgd); | 17 | void xen_pgd_pin(pgd_t *pgd); |
18 | void xen_pgd_unpin(pgd_t *pgd); | 18 | //void xen_pgd_unpin(pgd_t *pgd); |
19 | 19 | ||
20 | #ifdef CONFIG_X86_PAE | 20 | #ifdef CONFIG_X86_PAE |
21 | unsigned long long xen_pte_val(pte_t); | 21 | unsigned long long xen_pte_val(pte_t); |