From d1d407231bfa92a02bccfeb343361ef394ecbe84 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sat, 13 Apr 2002 11:42:02 +1000 Subject: ppc64: add percpu.h --- include/asm-ppc64/percpu.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/asm-ppc64/percpu.h 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 + +#endif /* __ARCH_I386_PERCPU__ */ -- cgit v1.2.3