diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-07-20 20:28:43 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-24 06:39:23 -0400 |
commit | 0791e13fbb1ea4e1808d055922c3f116b924bdc9 (patch) | |
tree | 2ee663419334c20a178cc4b3e94ea547ca120aba /include/asm-x86/apic.h | |
parent | 338b9bb3adac0d2c5a1e180491d9b001d624c402 (diff) |
x86: fix up a comment in ack_APIC_irq()
Adjust a comment in ack_APIC_irq() according to the recent removal of
CONFIG_X86_GOOD_APIC.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r-- | include/asm-x86/apic.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index 133c998161ca..e9e09b2ee7cd 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -76,9 +76,7 @@ extern int get_physical_broadcast(void); | |||
76 | static inline void ack_APIC_irq(void) | 76 | static inline void ack_APIC_irq(void) |
77 | { | 77 | { |
78 | /* | 78 | /* |
79 | * ack_APIC_irq() actually gets compiled as a single instruction: | 79 | * ack_APIC_irq() actually gets compiled as a single instruction |
80 | * - a single rmw on Pentium/82489DX | ||
81 | * - a single write on P6+ cores (CONFIG_X86_GOOD_APIC) | ||
82 | * ... yummie. | 80 | * ... yummie. |
83 | */ | 81 | */ |
84 | 82 | ||