]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-i386/apic.h
[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1
[linux-2.6-omap-h63xx.git] / include / asm-i386 / apic.h
index 6a1b1882285c004a1c5f80b109c046fe483c8bee..d30b8571573fd7dcb87d225f287b746c85cbdd8f 100644 (file)
@@ -130,6 +130,13 @@ extern unsigned int nmi_watchdog;
 #define NMI_LOCAL_APIC 2
 #define NMI_INVALID    3
 
+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
+
 #else /* !CONFIG_X86_LOCAL_APIC */
 static inline void lapic_shutdown(void) { }