git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb94fc2
)
powerpc/irq: Move #ifdef'ed body of do_IRQ() into a separate function
author
Michael Ellerman
<michael@ellerman.id.au>
Tue, 28 Apr 2009 01:57:43 +0000
(
01:57
+0000)
committer
Benjamin 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