aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/percpu.h')
-rw-r--r--arch/sh/include/asm/percpu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/include/asm/percpu.h b/arch/sh/include/asm/percpu.h
new file mode 100644
index 000000000000..4db4b39a4399
--- /dev/null
+++ b/arch/sh/include/asm/percpu.h
@@ -0,0 +1,6 @@
+#ifndef __ARCH_SH_PERCPU
+#define __ARCH_SH_PERCPU
+
+#include <asm-generic/percpu.h>
+
+#endif /* __ARCH_SH_PERCPU */