]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] Allow ia64 to CONFIG_NR_CPUS up to 4096
authorRobin Holt <holt@sgi.com>
Sat, 2 Aug 2008 18:29:24 +0000 (13:29 -0500)
committerTony Luck <tony.luck@intel.com>
Mon, 4 Aug 2008 18:09:51 +0000 (11:09 -0700)
ia64 has compiled with NR_CPUS=4096 for a couple releases, just forgot
to update Kconfig to allow it.

Signed-off-by: Robin Holt <holt@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Kconfig

index 451f2ffb137b53eb3ad0056fe6e7695579d3773a..977895893ed56ef1e720c993d8c2d73d5d4bb8fe 100644 (file)
@@ -321,10 +321,10 @@ config SMP
          If you don't know what to do here, say N.
 
 config NR_CPUS
-       int "Maximum number of CPUs (2-1024)"
-       range 2 1024
+       int "Maximum number of CPUs (2-4096)"
+       range 2 4096
        depends on SMP
-       default "1024"
+       default "4096"
        help
          You should set this to the number of CPUs in your system, but
          keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but