diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/apic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index 5647b7de1749..1768ce719156 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -113,6 +113,12 @@ extern int disable_timer_pin_1; | |||
113 | 113 | ||
114 | extern void setup_threshold_lvt(unsigned long lvt_off); | 114 | extern void setup_threshold_lvt(unsigned long lvt_off); |
115 | 115 | ||
116 | void smp_send_timer_broadcast_ipi(void); | ||
117 | void switch_APIC_timer_to_ipi(void *cpumask); | ||
118 | void switch_ipi_to_APIC_timer(void *cpumask); | ||
119 | |||
120 | #define ARCH_APICTIMER_STOPS_ON_C3 1 | ||
121 | |||
116 | #endif /* CONFIG_X86_LOCAL_APIC */ | 122 | #endif /* CONFIG_X86_LOCAL_APIC */ |
117 | 123 | ||
118 | extern unsigned boot_cpu_id; | 124 | extern unsigned boot_cpu_id; |