diff options
Diffstat (limited to 'arch/x86/xen/mmu.c')
| -rw-r--r-- | arch/x86/xen/mmu.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 0144395448ae..2a054ef2a3da 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
| @@ -310,13 +310,6 @@ pgd_t xen_make_pgd(unsigned long pgd) | |||
| 310 | } | 310 | } |
| 311 | #endif /* CONFIG_X86_PAE */ | 311 | #endif /* CONFIG_X86_PAE */ |
| 312 | 312 | ||
| 313 | enum pt_level { | ||
| 314 | PT_PGD, | ||
| 315 | PT_PUD, | ||
| 316 | PT_PMD, | ||
| 317 | PT_PTE | ||
| 318 | }; | ||
| 319 | |||
| 320 | /* | 313 | /* |
| 321 | (Yet another) pagetable walker. This one is intended for pinning a | 314 | (Yet another) pagetable walker. This one is intended for pinning a |
| 322 | pagetable. This means that it walks a pagetable and calls the | 315 | pagetable. This means that it walks a pagetable and calls the |
