commit | 21b2de341270bd7bb7a811027ffe63276d9b3b75 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 10 18:37:56 2012 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 10 19:16:20 2012 +1000 |
tree | 384ccd642d96020232d1e13edadb40540857eff6 | |
parent | be2cf20a5ad31ebb13562c1c866ecc626fbd721e [diff] |
powerpc: Fix build of some debug irq code 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]