aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-08-20 08:30:02 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-08-31 03:35:45 -0400
commit030cb6c00d242c20e92a3327d0cac17ce02d0cc3 (patch)
treef821964ab9ec5b781bf0b9a7831deec04c8f58c8 /arch/x86/include/asm/paravirt.h
parent6f30c1ac3fcf11e08f00670f293546a112cdf4e3 (diff)
x86: Move paravirt pagetable_setup to x86_init_ops
Replace more paravirt hackery by proper x86_init_ops. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r--arch/x86/include/asm/paravirt.h10
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
354static inline void paravirt_pagetable_setup_start(pgd_t *base)
355{
356 (*pv_mmu_ops.pagetable_setup_start)(base);
357}
358
359static 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
365static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip, 355static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip,
366 unsigned long start_esp) 356 unsigned long start_esp)