commit | f2694ba56808a3a0fa45d9bb45289575f31e48d2 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Tue Apr 28 01:57:43 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 21 15:43:58 2009 +1000 |
tree | a5b24b590f83c42e7c224f69d0f43867caa743bb | |
parent | fb94fc2b89ea0422950cb1220f275622246bd66d [diff] |
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>