diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2008-07-21 01:28:43 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-24 12:39:23 +0200 |
commit | 0791e13fbb1ea4e1808d055922c3f116b924bdc9 (patch) | |
tree | 2ee663419334c20a178cc4b3e94ea547ca120aba /include/asm-x86 | |
parent | 338b9bb3adac0d2c5a1e180491d9b001d624c402 (diff) | |
download | kernel-crypto-0791e13fbb1ea4e1808d055922c3f116b924bdc9.tar.gz kernel-crypto-0791e13fbb1ea4e1808d055922c3f116b924bdc9.tar.xz kernel-crypto-0791e13fbb1ea4e1808d055922c3f116b924bdc9.zip |
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')
-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 133c998161c..e9e09b2ee7c 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h @@ -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. */ |