]> git.baikalelectronics.ru Git - kernel.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)
commit9ce8d0c78bbc56940bc1e7b43f44b82fbddb0b2b
tree384ccd642d96020232d1e13edadb40540857eff6
parent458611c4ea0d38a2b313efe34dce815f338002a2
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