xref: /openbmc/linux/arch/x86/include/asm/numa.h (revision baa7eb025ab14f3cba2e35c0a8648f9c9f01d24f)
1 #ifdef CONFIG_X86_32
2 # include "numa_32.h"
3 #else
4 # include "numa_64.h"
5 #endif
6