mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-15 05:07:04 +00:00
6 lines
88 B
C
6 lines
88 B
C
|
|
#ifdef CONFIG_X86_32
|
||
|
|
# include "processor_32.h"
|
||
|
|
#else
|
||
|
|
# include "processor_64.h"
|
||
|
|
#endif
|