]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] M68k asm/percpu.h
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 3 Nov 2002 07:53:33 +0000 (23:53 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sun, 3 Nov 2002 07:53:33 +0000 (23:53 -0800)
Add asm/percpu.h for m68k

include/asm-m68k/percpu.h [new file with mode: 0644]

diff --git a/include/asm-m68k/percpu.h b/include/asm-m68k/percpu.h
new file mode 100644 (file)
index 0000000..0859d04
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __ASM_M68K_PERCPU_H
+#define __ASM_M68K_PERCPU_H
+
+#include <asm-generic/percpu.h>
+
+#endif /* __ASM_M68K_PERCPU_H */