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