diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7f30b754bfc3..87a693cf2bb7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -906,6 +906,15 @@ config X86_64_ACPI_NUMA | |||
906 | help | 906 | help |
907 | Enable ACPI SRAT based node topology detection. | 907 | Enable ACPI SRAT based node topology detection. |
908 | 908 | ||
909 | # Some NUMA nodes have memory ranges that span | ||
910 | # other nodes. Even though a pfn is valid and | ||
911 | # between a node's start and end pfns, it may not | ||
912 | # reside on that node. See memmap_init_zone() | ||
913 | # for details. | ||
914 | config NODES_SPAN_OTHER_NODES | ||
915 | def_bool y | ||
916 | depends on X86_64_ACPI_NUMA | ||
917 | |||
909 | config NUMA_EMU | 918 | config NUMA_EMU |
910 | bool "NUMA emulation" | 919 | bool "NUMA emulation" |
911 | depends on X86_64 && NUMA | 920 | depends on X86_64 && NUMA |