diff options
Diffstat (limited to 'include/asm-ppc/percpu.h')
-rw-r--r-- | include/asm-ppc/percpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/percpu.h b/include/asm-ppc/percpu.h new file mode 100644 index 000000000000..d66667cd5878 --- /dev/null +++ b/include/asm-ppc/percpu.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef __ARCH_PPC_PERCPU__ | ||
2 | #define __ARCH_PPC_PERCPU__ | ||
3 | |||
4 | #include <asm-generic/percpu.h> | ||
5 | |||
6 | #endif /* __ARCH_PPC_PERCPU__ */ | ||