powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 28 Apr 2009 01:57:43 +0000 (01:57 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 21 May 2009 05:43:58 +0000 (15:43 +1000)
Rather than a giant ifdef in the body of do_IRQ(), including a
dangling else, move the irq stack logic into a separate routine and
do the ifdef there.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found