diff options
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r-- | arch/x86/include/asm/paravirt.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h index 3de6435a106a..1caf25b91e6b 100644 --- a/arch/x86/include/asm/paravirt.h +++ b/arch/x86/include/asm/paravirt.h | |||
@@ -351,16 +351,6 @@ static inline void paravirt_post_allocator_init(void) | |||
351 | (*pv_init_ops.post_allocator_init)(); | 351 | (*pv_init_ops.post_allocator_init)(); |
352 | } | 352 | } |
353 | 353 | ||
354 | static inline void paravirt_pagetable_setup_start(pgd_t *base) | ||
355 | { | ||
356 | (*pv_mmu_ops.pagetable_setup_start)(base); | ||
357 | } | ||
358 | |||
359 | static inline void paravirt_pagetable_setup_done(pgd_t *base) | ||
360 | { | ||
361 | (*pv_mmu_ops.pagetable_setup_done)(base); | ||
362 | } | ||
363 | |||
364 | #ifdef CONFIG_SMP | 354 | #ifdef CONFIG_SMP |
365 | static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip, | 355 | static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip, |
366 | unsigned long start_esp) | 356 | unsigned long start_esp) |