From: Benjamin Herrenschmidt Date: Tue, 10 Jul 2012 08:37:56 +0000 (+1000) Subject: powerpc: Fix build of some debug irq code X-Git-Tag: v3.5-rc7~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b2de341270bd7bb7a811027ffe63276d9b3b75;p=pandora-kernel.git 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 CC: stable@vger.kernel.org [v3.4] --- Reading git-diff-tree failed