mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-18 06:15:12 +00:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "genapic_32.h"
|
||
|
#else
|
||
|
# include "genapic_64.h"
|
||
|
#endif
|