diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/include/asm/apic.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index d85410171260..a09e9ab0bbdf 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -463,9 +463,7 @@ static inline void ack_APIC_irq(void) | |||
463 | * ack_APIC_irq() actually gets compiled as a single instruction | 463 | * ack_APIC_irq() actually gets compiled as a single instruction |
464 | * ... yummie. | 464 | * ... yummie. |
465 | */ | 465 | */ |
466 | 466 | apic_write(APIC_EOI, APIC_EOI_ACK); | |
467 | /* Docs say use 0 for future compatibility */ | ||
468 | apic_write(APIC_EOI, 0); | ||
469 | } | 467 | } |
470 | 468 | ||
471 | static inline unsigned default_get_apic_id(unsigned long x) | 469 | static inline unsigned default_get_apic_id(unsigned long x) |