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:
be2cf20
)
powerpc: Fix build of some debug irq code
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 10 Jul 2012 08:37:56 +0000
(18:37 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:16:20 +0000
(19:16 +1000)
There was a typo, checking for CONFIG_TRACE_IRQFLAG instead of
CONFIG_TRACE_IRQFLAGS causing some useful debug code to not be
built
This in turns causes a build error on BookE 64-bit due to incorrect
semicolons at the end of a couple of macros, so let's fix that too
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: stable@vger.kernel.org [v3.4]
No differences found