aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/xen/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/xen/mmu.h')
-rw-r--r--arch/i386/xen/mmu.h2
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);
15void xen_exit_mmap(struct mm_struct *mm); 15void xen_exit_mmap(struct mm_struct *mm);
16 16
17void xen_pgd_pin(pgd_t *pgd); 17void xen_pgd_pin(pgd_t *pgd);
18void 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
21unsigned long long xen_pte_val(pte_t); 21unsigned long long xen_pte_val(pte_t);