]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/asm-sparc/percpu.h
d98ed6cf2e36cdc31541e80bdcb9abd8d9f44a86
[net-next-2.6.git] / include / asm-sparc / percpu.h
1 #ifndef ___ASM_SPARC_PERCPU_H
2 #define ___ASM_SPARC_PERCPU_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm-sparc/percpu_64.h>
5 #else
6 #include <asm-sparc/percpu_32.h>
7 #endif
8 #endif