From: Jack Steiner Date: Wed, 14 Sep 2005 15:33:40 +0000 (-0500) Subject: [IA64] Increase max NR_CPUS on IA64 from 512 to 1024 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=54703d3678d13e7406d0b5aa451abb9526d53b9d;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git [IA64] Increase max NR_CPUS on IA64 from 512 to 1024 This patch increases the maximum number of cpus supported on IA64 to 1024. No changes are made to the default SSI size. The patch simply allows specifying up to 1024p. There are certainly scaling (& other) issues that also need to be addressed!!! Additional patches will follow..... Signed-off-by: Jack Steiner Signed-off-by: Tony Luck --- diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 945c15a0722b..cb7fc19ff080 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -254,8 +254,8 @@ config SMP If you don't know what to do here, say N. config NR_CPUS - int "Maximum number of CPUs (2-512)" - range 2 512 + int "Maximum number of CPUs (2-1024)" + range 2 1024 depends on SMP default "64" help