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