aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 451f2ffb137b..48e496fe1e75 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -171,8 +171,8 @@ config IA64_SGI_SN2
171 to select this option. If in doubt, select ia64 generic support 171 to select this option. If in doubt, select ia64 generic support
172 instead. 172 instead.
173 173
174config IA64_SGI_UV` 174config IA64_SGI_UV
175 bool "SGI-UV`" 175 bool "SGI-UV"
176 select NUMA 176 select NUMA
177 select ACPI_NUMA 177 select ACPI_NUMA
178 select SWIOTLB 178 select SWIOTLB
@@ -321,10 +321,10 @@ config SMP
321 If you don't know what to do here, say N. 321 If you don't know what to do here, say N.
322 322
323config NR_CPUS 323config NR_CPUS
324 int "Maximum number of CPUs (2-1024)" 324 int "Maximum number of CPUs (2-4096)"
325 range 2 1024 325 range 2 4096
326 depends on SMP 326 depends on SMP
327 default "1024" 327 default "4096"
328 help 328 help
329 You should set this to the number of CPUs in your system, but 329 You should set this to the number of CPUs in your system, but
330 keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but 330 keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but