From: Michael Ellerman Date: Tue, 28 Apr 2009 01:57:43 +0000 (+0000) Subject: powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function X-Git-Tag: v2.6.31-rc1~331^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2694ba56808a3a0fa45d9bb45289575f31e48d2;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed