]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/apic.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6-omap-h63xx.git] / include / asm-i386 / apic.h
index 8c454aa58ac6b157441ad2a77f9211e4a30f882e..288233fd77d7b755b8c5962da5084d32a1558351 100644 (file)
@@ -132,6 +132,15 @@ extern unsigned int nmi_watchdog;
 
 extern int disable_timer_pin_1;
 
+void smp_send_timer_broadcast_ipi(struct pt_regs *regs);
+void switch_APIC_timer_to_ipi(void *cpumask);
+void switch_ipi_to_APIC_timer(void *cpumask);
+#define ARCH_APICTIMER_STOPS_ON_C3     1
+
+extern int timer_over_8254;
+
+extern int modern_apic(void);
+
 #else /* !CONFIG_X86_LOCAL_APIC */
 static inline void lapic_shutdown(void) { }