Loading include/asm-x86/apic.h +1 −3 Original line number Diff line number Diff line Loading @@ -76,9 +76,7 @@ extern int get_physical_broadcast(void); static inline void ack_APIC_irq(void) { /* * ack_APIC_irq() actually gets compiled as a single instruction: * - a single rmw on Pentium/82489DX * - a single write on P6+ cores (CONFIG_X86_GOOD_APIC) * ack_APIC_irq() actually gets compiled as a single instruction * ... yummie. */ Loading Loading
include/asm-x86/apic.h +1 −3 Original line number Diff line number Diff line Loading @@ -76,9 +76,7 @@ extern int get_physical_broadcast(void); static inline void ack_APIC_irq(void) { /* * ack_APIC_irq() actually gets compiled as a single instruction: * - a single rmw on Pentium/82489DX * - a single write on P6+ cores (CONFIG_X86_GOOD_APIC) * ack_APIC_irq() actually gets compiled as a single instruction * ... yummie. */ Loading