diff options
author | Jack Steiner <steiner@sgi.com> | 2005-09-14 11:33:40 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-09-16 14:51:27 -0400 |
commit | 54703d3678d13e7406d0b5aa451abb9526d53b9d (patch) | |
tree | d7064aec7aa78d73879a26fd8dcc9c5add26b520 /arch/ia64 | |
parent | 06168d8a10ceccced51380d683245b33474d428a (diff) |
[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 <steiner@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
254 | If you don't know what to do here, say N. | 254 | If you don't know what to do here, say N. |
255 | 255 | ||
256 | config NR_CPUS | 256 | config NR_CPUS |
257 | int "Maximum number of CPUs (2-512)" | 257 | int "Maximum number of CPUs (2-1024)" |
258 | range 2 512 | 258 | range 2 1024 |
259 | depends on SMP | 259 | depends on SMP |
260 | default "64" | 260 | default "64" |
261 | help | 261 | help |