]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
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)
commitf2694ba56808a3a0fa45d9bb45289575f31e48d2
treea5b24b590f83c42e7c224f69d0f43867caa743bb
parentfb94fc2b89ea0422950cb1220f275622246bd66d
powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function

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>
arch/powerpc/kernel/irq.c