Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 1 | #ifndef ___ASM_SPARC_CPUDATA_H |
| 2 | #define ___ASM_SPARC_CPUDATA_H |
Sam Ravnborg | fd250a6 | 2014-04-21 21:39:30 +0200 | [diff] [blame^] | 3 | |
| 4 | #ifndef __ASSEMBLY__ |
| 5 | |
| 6 | #include <linux/threads.h> |
| 7 | #include <linux/percpu.h> |
| 8 | |
| 9 | extern const struct seq_operations cpuinfo_op; |
| 10 | |
| 11 | #endif /* !(__ASSEMBLY__) */ |
| 12 | |
Sam Ravnborg | a439fe5 | 2008-07-27 23:00:59 +0200 | [diff] [blame] | 13 | #if defined(__sparc__) && defined(__arch64__) |
| 14 | #include <asm/cpudata_64.h> |
| 15 | #else |
| 16 | #include <asm/cpudata_32.h> |
| 17 | #endif |
| 18 | #endif |