commit | d150ad7bd946f066c98a9725685109dcffae0cba | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Fri Oct 06 13:28:09 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Oct 06 13:36:52 2006 -0700 |
tree | 8157b0f8690dca44f5644d28f3773afc9badc71b | |
parent | e630015504cdd4d166c371fec39b8ca258fcbc0e [diff] |
[PATCH] x86_64 irq_regs fix smp_apic_timer_interrupt() needs to stack the pt_regs* for profile_tick. If any other of those APIC interrupt handlers want to run get_irq_regs() then their C entrypoint handlers will need the same treatment. Cc: Andi Kleen <ak@muc.de> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>