commit | 403d8efc94cd02ae36e7db13c4edf1d06d7b7fac | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon May 05 18:13:50 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon May 12 21:28:06 2008 +0200 |
tree | 22a783f3c2dea3a960f91ecc599f3ecafbe863f3 | |
parent | de9b10af1287bf25b9c0433de53a2e95ef611aa7 [diff] |
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>