diff options
author | Tony Luck <tony.luck@intel.com> | 2006-06-28 00:32:24 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-06-28 18:57:16 +0200 |
commit | 59e2e6892087ba05101f86309a23c4f5a3ac04a6 (patch) | |
tree | ee1e4c09159933a51c2c8b3b03f8a7109b39b548 /arch/ia64/configs | |
parent | [IA64-SGI] - Pass OS logical cpu number to the SN prom (bios) (diff) | |
download | linux-59e2e6892087ba05101f86309a23c4f5a3ac04a6.tar.xz linux-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>
Diffstat (limited to 'arch/ia64/configs')
-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 766bf4955432..9d1cffb57cde 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 |