aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/system.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-04-20 17:57:10 +1000
committerPaul Mackerras <paulus@samba.org>2008-04-20 17:57:10 +1000
commit14b3ca4022f050f8622ed282b734ddf445464583 (patch)
tree0340509a869c9ef61d1bce2b3e73728388166a42 /include/asm-powerpc/system.h
parent[POWERPC] Define copy_siginfo_from_user32 (diff)
downloadlinux-dev-14b3ca4022f050f8622ed282b734ddf445464583.tar.xz
linux-dev-14b3ca4022f050f8622ed282b734ddf445464583.zip
[POWERPC] Fix compile breakage for 64-bit UP configs
The rearrangements in 945feb174b14e7098cc7ecf0cf4768d35bc52f9c ("[POWERPC] irqtrace support for 64-bit powerpc") caused 64-bit non-SMP configs to fail to compile with a message about local_irq_save being undefined in include/linux/proportions.h. This follows the lead of x86 in including <linux/irqflags.h> in asm/system.h, which fixes the problem. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/system.h')
-rw-r--r--include/asm-powerpc/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h
index 29552ff182aa..fab1674b31b6 100644
--- a/include/asm-powerpc/system.h
+++ b/include/asm-powerpc/system.h
@@ -5,6 +5,7 @@
#define _ASM_POWERPC_SYSTEM_H
#include <linux/kernel.h>
+#include <linux/irqflags.h>
#include <asm/hw_irq.h>