aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/cputable.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-24 03:48:21 +1000
committerPaul Mackerras <paulus@samba.org>2008-07-01 11:28:09 +1000
commitd1cdcf2241723d6596d56abb8777b5ef79b4a878 (patch)
tree05c9fe12af0027c517b08f4c6c205615d1979554 /include/asm-powerpc/cputable.h
parentdrivers/macintosh: Various cleanups (diff)
downloadlinux-dev-d1cdcf2241723d6596d56abb8777b5ef79b4a878.tar.xz
linux-dev-d1cdcf2241723d6596d56abb8777b5ef79b4a878.zip
powerpc: Don't export asm/asm-compat.h to userspace
asm/asm-compat.h doesn't seem to be intended for userspace usage. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/cputable.h')
-rw-r--r--include/asm-powerpc/cputable.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-powerpc/cputable.h b/include/asm-powerpc/cputable.h
index 3e5b2deafe44..3189ac5d0a69 100644
--- a/include/asm-powerpc/cputable.h
+++ b/include/asm-powerpc/cputable.h
@@ -1,8 +1,6 @@
#ifndef __ASM_POWERPC_CPUTABLE_H
#define __ASM_POWERPC_CPUTABLE_H
-#include <asm/asm-compat.h>
-
#define PPC_FEATURE_32 0x80000000
#define PPC_FEATURE_64 0x40000000
#define PPC_FEATURE_601_INSTR 0x20000000
@@ -32,6 +30,9 @@
#define PPC_FEATURE_PPC_LE 0x00000001
#ifdef __KERNEL__
+
+#include <asm/asm-compat.h>
+
#ifndef __ASSEMBLY__
/* This structure can grow, it's real size is used by head.S code