aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r--include/asm-x86/apic.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h
index 1311c82b165b..d76a0839abe9 100644
--- a/include/asm-x86/apic.h
+++ b/include/asm-x86/apic.h
@@ -134,9 +134,7 @@ static inline void ack_x2APIC_irq(void)
134static inline void ack_APIC_irq(void) 134static inline void ack_APIC_irq(void)
135{ 135{
136 /* 136 /*
137 * ack_APIC_irq() actually gets compiled as a single instruction: 137 * ack_APIC_irq() actually gets compiled as a single instruction
138 * - a single rmw on Pentium/82489DX
139 * - a single write on P6+ cores (CONFIG_X86_GOOD_APIC)
140 * ... yummie. 138 * ... yummie.
141 */ 139 */
142 140