aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-01-06 13:50:28 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2011-01-06 13:50:28 -0500
commit42cbd8efb0746b55112de45173219f76c54390da (patch)
tree3be21847ac861d36897bbb41de9478ddf5142c4d /arch/x86/Kconfig
parentdda5f0a372873bca5f0b1d1866d7784dffd8b675 (diff)
parentf658bcfb2607bf0808966a69cf74135ce98e5c2d (diff)
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, cacheinfo: Cleanup L3 cache index disable support x86, amd-nb: Cleanup AMD northbridge caching code x86, amd-nb: Complete the rename of AMD NB and related code
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e330da21b84f..97b528d660ad 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1141,16 +1141,16 @@ config NUMA
1141comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI" 1141comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI"
1142 depends on X86_32 && X86_SUMMIT && (!HIGHMEM64G || !ACPI) 1142 depends on X86_32 && X86_SUMMIT && (!HIGHMEM64G || !ACPI)
1143 1143
1144config K8_NUMA 1144config AMD_NUMA
1145 def_bool y 1145 def_bool y
1146 prompt "Old style AMD Opteron NUMA detection" 1146 prompt "Old style AMD Opteron NUMA detection"
1147 depends on X86_64 && NUMA && PCI 1147 depends on X86_64 && NUMA && PCI
1148 ---help--- 1148 ---help---
1149 Enable K8 NUMA node topology detection. You should say Y here if 1149 Enable AMD NUMA node topology detection. You should say Y here if
1150 you have a multi processor AMD K8 system. This uses an old 1150 you have a multi processor AMD system. This uses an old method to
1151 method to read the NUMA configuration directly from the builtin 1151 read the NUMA configuration directly from the builtin Northbridge
1152 Northbridge of Opteron. It is recommended to use X86_64_ACPI_NUMA 1152 of Opteron. It is recommended to use X86_64_ACPI_NUMA instead,
1153 instead, which also takes priority if both are compiled in. 1153 which also takes priority if both are compiled in.
1154 1154
1155config X86_64_ACPI_NUMA 1155config X86_64_ACPI_NUMA
1156 def_bool y 1156 def_bool y