commit | 3777a95903953c55f2309a89679b73c19ae5535b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Fri Feb 03 21:51:53 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Feb 04 16:43:15 2006 -0800 |
tree | 45a922a1ff82fc0f3d2a3865bfcb23d68c12792c | |
parent | 7f66ae48de27bc9506cff0f2991d74901a0c2f8d [diff] |
[PATCH] i386/x86-64: Don't ack the APIC for bad interrupts when the APIC is not enabled It's bad juju to touch the APIC when it hasn't been enabled. I also moved ack_bad_irq for x86-64 out of line following i386. Signed-off-by: Andi Kleen <ak@suse.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org>