Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ___ASM_SPARC_CPUDATA_H
0003 #define ___ASM_SPARC_CPUDATA_H
0004 
0005 #ifndef __ASSEMBLY__
0006 
0007 #include <linux/threads.h>
0008 #include <linux/percpu.h>
0009 
0010 extern const struct seq_operations cpuinfo_op;
0011 
0012 #endif /* !(__ASSEMBLY__) */
0013 
0014 #if defined(__sparc__) && defined(__arch64__)
0015 #include <asm/cpudata_64.h>
0016 #else
0017 #include <asm/cpudata_32.h>
0018 #endif
0019 #endif