[PATCH] i386: Fix stack switching in do_IRQ
authorAndi Kleen <ak@suse.de>
Wed, 30 Aug 2006 17:37:17 +0000 (19:37 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 30 Aug 2006 23:05:16 +0000 (16:05 -0700)
commit266f0566761cf88906d634727b3d9fc2556f5cbd
treea8f664a8b02e9363be200f80e0567dc2c6de74e3
parentbbad0b669d33f3023cfe70ec79ba5ea487afca59
[PATCH] i386: Fix stack switching in do_IRQ

There was a bogus hunk from the genirq merge that essentially
broke stack switching for hard interrupts. Remove it since it isn't
needed.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/irq.c