summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2002-11-02 23:53:33 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-11-02 23:53:33 -0800
commite625073bc06d9d66566a8ea7f0818a9689739de5 (patch)
treefd5c9db4a8285a6b1e778da16a9a1da843cda22c
parent2b49b1eba889d1b7a517970899d42f3dddd7db8c (diff)
[PATCH] M68k asm/percpu.h
Add asm/percpu.h for m68k
-rw-r--r--include/asm-m68k/percpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68k/percpu.h b/include/asm-m68k/percpu.h
new file mode 100644
index 000000000000..0859d048faf5
--- /dev/null
+++ b/include/asm-m68k/percpu.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_M68K_PERCPU_H
+#define __ASM_M68K_PERCPU_H
+
+#include <asm-generic/percpu.h>
+
+#endif /* __ASM_M68K_PERCPU_H */