mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-24 01:22:44 +00:00
6 lines
82 B
C
6 lines
82 B
C
|
|
#ifdef CONFIG_X86_32
|
||
|
|
# include "percpu_32.h"
|
||
|
|
#else
|
||
|
|
# include "percpu_64.h"
|
||
|
|
#endif
|