1
0
Fork 0
alistair23-linux/include/asm-x86/percpu.h

6 lines
82 B
C

#ifdef CONFIG_X86_32
# include "percpu_32.h"
#else
# include "percpu_64.h"
#endif