From: Michael Neuling Date: Wed, 21 Oct 2009 20:15:43 +0000 (+0000) Subject: powerpc: Fix potential compile error irqs_disabled_flags X-Git-Tag: v2.6.33-rc1~293^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0682d6c1044e8a54aafdc6282d44c0c436da208f;p=pandora-kernel.git powerpc: Fix potential compile error irqs_disabled_flags irqs_disabled_flags is #defined in linux/irqflags.h when CONFIG_TRACE_IRQFLAGS_SUPPORT is enabled. 64 and 32 bit always have CONFIG_TRACE_IRQFLAGS_SUPPORT enabled so just remove irqs_disabled_flags. This fixes the case when someone needs to include both linux/irqflags.h and asm/hw_irq.h. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed