x86: irq_32 move 4kstacks code to one place
authorThomas Gleixner <tglx@linutronix.de>
Mon, 5 May 2008 16:13:50 +0000 (18:13 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 May 2008 19:28:06 +0000 (21:28 +0200)
commit403d8efc94cd02ae36e7db13c4edf1d06d7b7fac
tree22a783f3c2dea3a960f91ecc599f3ecafbe863f3
parentde9b10af1287bf25b9c0433de53a2e95ef611aa7
x86: irq_32 move 4kstacks code to one place

Move the 4KSTACKS related code to one place. This allows to un#ifdef
do_IRQ() and share the executed on stack for the stack overflow printk
and the softirq call.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irq_32.c