1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ___ASM_SPARC_CPUDATA_H
3 #define ___ASM_SPARC_CPUDATA_H
7 #include <linux/threads.h>
8 #include <linux/percpu.h>
10 extern const struct seq_operations cpuinfo_op
;
12 #endif /* !(__ASSEMBLY__) */
14 #if defined(__sparc__) && defined(__arch64__)
15 #include <asm/cpudata_64.h>
17 #include <asm/cpudata_32.h>