diff options
| -rw-r--r-- | include/asm-x86/apic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index 51339910fdc0..502ca6594b1d 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
| @@ -136,11 +136,7 @@ static inline void ack_APIC_irq(void) | |||
| 136 | */ | 136 | */ |
| 137 | 137 | ||
| 138 | /* Docs say use 0 for future compatibility */ | 138 | /* Docs say use 0 for future compatibility */ |
| 139 | #ifdef CONFIG_X86_32 | ||
| 140 | apic_write(APIC_EOI, 0); | 139 | apic_write(APIC_EOI, 0); |
| 141 | #else | ||
| 142 | native_apic_mem_write(APIC_EOI, 0); | ||
| 143 | #endif | ||
| 144 | } | 140 | } |
| 145 | 141 | ||
| 146 | extern int lapic_get_maxlvt(void); | 142 | extern int lapic_get_maxlvt(void); |
