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