]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/apic_64.c
x86: apic - unify smp_apic_timer_interrupt
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / apic_64.c
index 283968d4e0240e9c9b1ef48fd0caf010985f9773..2e109119f64721713e0cc5036e02b80743bf0a31 100644 (file)
@@ -625,7 +625,9 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
         * Besides, if we don't timer interrupts ignore the global
         * interrupt lock, which is the WrongThing (tm) to do.
         */
+#ifdef CONFIG_X86_64
        exit_idle();
+#endif
        irq_enter();
        local_apic_timer_interrupt();
        irq_exit();