]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Fix build of some debug irq code
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 08:37:56 +0000 (18:37 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 10 Jul 2012 09:16:20 +0000 (19:16 +1000)
commit21b2de341270bd7bb7a811027ffe63276d9b3b75
tree384ccd642d96020232d1e13edadb40540857eff6
parentbe2cf20a5ad31ebb13562c1c866ecc626fbd721e
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]
arch/powerpc/include/asm/hw_irq.h
arch/powerpc/kernel/irq.c