aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-ppc64/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/percpu.h')
-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..60a659a4ce1f
--- /dev/null
+++ b/include/asm-ppc64/percpu.h
@@ -0,0 +1,6 @@
+#ifndef __ARCH_PPC64_PERCPU__
+#define __ARCH_PPC64_PERCPU__
+
+#include <asm-generic/percpu.h>
+
+#endif /* __ARCH_PPC64_PERCPU__ */