1
0
mirror of https://github.com/torvalds/linux.git synced 2024-12-29 22:31:32 +00:00
linux/arch/x86/include/asm/mmzone.h

6 lines
90 B
C
Raw Normal View History

#ifdef CONFIG_X86_32
# include <asm/mmzone_32.h>
#else
# include <asm/mmzone_64.h>
#endif