1 #ifndef ___ASM_SPARC_CPUDATA_H
2 #define ___ASM_SPARC_CPUDATA_H
6 #include <linux/threads.h>
7 #include <linux/percpu.h>
9 extern const struct seq_operations cpuinfo_op
;
11 #endif /* !(__ASSEMBLY__) */
13 #if defined(__sparc__) && defined(__arch64__)
14 #include <asm/cpudata_64.h>
16 #include <asm/cpudata_32.h>