aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/paravirt.h')
-rw-r--r--arch/x86/include/asm/paravirt.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/include/asm/paravirt.h b/arch/x86/include/asm/paravirt.h
index 7ce415e844b6..825674a968d1 100644
--- a/arch/x86/include/asm/paravirt.h
+++ b/arch/x86/include/asm/paravirt.h
@@ -333,18 +333,6 @@ static inline void slow_down_io(void)
333#endif 333#endif
334} 334}
335 335
336#ifdef CONFIG_X86_LOCAL_APIC
337static inline void setup_boot_clock(void)
338{
339 PVOP_VCALL0(pv_apic_ops.setup_boot_clock);
340}
341
342static inline void setup_secondary_clock(void)
343{
344 PVOP_VCALL0(pv_apic_ops.setup_secondary_clock);
345}
346#endif
347
348#ifdef CONFIG_SMP 336#ifdef CONFIG_SMP
349static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip, 337static inline void startup_ipi_hook(int phys_apicid, unsigned long start_eip,
350 unsigned long start_esp) 338 unsigned long start_esp)