mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
6 lines
84 B
C
6 lines
84 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "hardirq_32.h"
|
||
|
#else
|
||
|
# include "hardirq_64.h"
|
||
|
#endif
|