aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r--arch/x86/kernel/apic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c
index 47cbaa237b7..7397911f847 100644
--- a/arch/x86/kernel/apic.c
+++ b/arch/x86/kernel/apic.c
@@ -804,9 +804,7 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
804 * Besides, if we don't timer interrupts ignore the global 804 * Besides, if we don't timer interrupts ignore the global
805 * interrupt lock, which is the WrongThing (tm) to do. 805 * interrupt lock, which is the WrongThing (tm) to do.
806 */ 806 */
807#ifdef CONFIG_X86_64
808 exit_idle(); 807 exit_idle();
809#endif
810 irq_enter(); 808 irq_enter();
811 local_apic_timer_interrupt(); 809 local_apic_timer_interrupt();
812 irq_exit(); 810 irq_exit();
@@ -1664,9 +1662,7 @@ void smp_spurious_interrupt(struct pt_regs *regs)
1664{ 1662{
1665 u32 v; 1663 u32 v;
1666 1664
1667#ifdef CONFIG_X86_64
1668 exit_idle(); 1665 exit_idle();
1669#endif
1670 irq_enter(); 1666 irq_enter();
1671 /* 1667 /*
1672 * Check if this really is a spurious interrupt and ACK it 1668 * Check if this really is a spurious interrupt and ACK it
@@ -1692,9 +1688,7 @@ void smp_error_interrupt(struct pt_regs *regs)
1692{ 1688{
1693 u32 v, v1; 1689 u32 v, v1;
1694 1690
1695#ifdef CONFIG_X86_64
1696 exit_idle(); 1691 exit_idle();
1697#endif
1698 irq_enter(); 1692 irq_enter();
1699 /* First tickle the hardware, only then report what went on. -- REW */ 1693 /* First tickle the hardware, only then report what went on. -- REW */
1700 v = apic_read(APIC_ESR); 1694 v = apic_read(APIC_ESR);