summaryrefslogtreecommitdiff
path: root/include/asm-ppc64
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2002-04-13 11:42:02 +1000
committerAnton Blanchard <anton@samba.org>2002-04-13 11:42:02 +1000
commitd1d407231bfa92a02bccfeb343361ef394ecbe84 (patch)
tree7866e4039b4e21fa52cabb52c52838f01938b158 /include/asm-ppc64
parent93ef1bb5420195c842a4c668f6148ddb70e4fd39 (diff)
ppc64: add percpu.h
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r--include/asm-ppc64/percpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc64/percpu.h b/include/asm-ppc64/percpu.h
new file mode 100644
index 000000000000..5764afa4b6a4
--- /dev/null
+++ b/include/asm-ppc64/percpu.h
@@ -0,0 +1,6 @@
+#ifndef __ARCH_I386_PERCPU__
+#define __ARCH_I386_PERCPU__
+
+#include <asm-generic/percpu.h>
+
+#endif /* __ARCH_I386_PERCPU__ */