From: Andrew Morton Date: Fri, 6 Oct 2006 20:28:09 +0000 (-0700) Subject: [PATCH] x86_64 irq_regs fix X-Git-Tag: v2.6.19-rc2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d150ad7bd946f066c98a9725685109dcffae0cba;p=pandora-kernel.git [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 Cc: David Howells Signed-off-by: Andrew Morton Acked-by: Andrew Vasquez Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed