mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-22 17:24:43 +00:00
6 lines
76 B
C
6 lines
76 B
C
![]() |
#ifdef CONFIG_X86_32
|
||
|
# include "tlb_32.h"
|
||
|
#else
|
||
|
# include "tlb_64.h"
|
||
|
#endif
|