diff options
author | Tony Luck <tony.luck@intel.com> | 2006-06-27 15:32:24 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-28 09:57:16 -0700 |
commit | 59e2e6892087ba05101f86309a23c4f5a3ac04a6 (patch) | |
tree | ee1e4c09159933a51c2c8b3b03f8a7109b39b548 | |
parent | 9d56d878ae12dbb9af744cec2858ed35dffde2b2 (diff) | |
download | linux-3.10-59e2e6892087ba05101f86309a23c4f5a3ac04a6.tar.gz linux-3.10-59e2e6892087ba05101f86309a23c4f5a3ac04a6.tar.bz2 linux-3.10-59e2e6892087ba05101f86309a23c4f5a3ac04a6.zip |
[IA64] tiger_defconfig s/NR_CPUS=4/NR_CPUS=16/
Montecito is coming with dual core and threading, so this
four socket box can now have sixteen logical cpus.
Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r-- | arch/ia64/configs/tiger_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/configs/tiger_defconfig b/arch/ia64/configs/tiger_defconfig index 766bf495543..9d1cffb57cd 100644 --- a/arch/ia64/configs/tiger_defconfig +++ b/arch/ia64/configs/tiger_defconfig @@ -114,7 +114,7 @@ CONFIG_IA64_CYCLONE=y CONFIG_IOSAPIC=y CONFIG_FORCE_MAX_ZONEORDER=17 CONFIG_SMP=y -CONFIG_NR_CPUS=4 +CONFIG_NR_CPUS=16 CONFIG_HOTPLUG_CPU=y CONFIG_PERMIT_BSP_REMOVE=y CONFIG_FORCE_CPEI_RETARGET=y |