mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08: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
|