aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-31 17:33:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-31 17:33:32 +0000
commite053c41ea2900266c358cc765ae8abc9587f8098 (patch)
tree7c8459fef20f14393196699e6ad6de6d477c866d /target
parent23bc9e0b5c495a1396a153e5b8a67ff0e2b2781f (diff)
downloadmaster-187ad058-e053c41ea2900266c358cc765ae8abc9587f8098.tar.gz
master-187ad058-e053c41ea2900266c358cc765ae8abc9587f8098.tar.bz2
master-187ad058-e053c41ea2900266c358cc765ae8abc9587f8098.zip
x86_64: support HyperThreading and SMP with up to 8 CPUs
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86_64/config-default4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default
index dbbb3e84e8..8b9bc04f66 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -332,7 +332,7 @@ CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_NLS=y
CONFIG_NO_BOOTMEM=y
-CONFIG_NR_CPUS=1
+CONFIG_NR_CPUS=8
# CONFIG_NTB is not set
CONFIG_NVRAM=y
CONFIG_OPROFILE_NMI_TIMER=y
@@ -460,6 +460,7 @@ CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_WATCHDOG_CORE=y
CONFIG_X86=y
CONFIG_X86_64=y
+CONFIG_X86_64_SMP=y
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_CMOV=y
@@ -468,6 +469,7 @@ CONFIG_X86_CMPXCHG64=y
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_X86_DEV_DMA_OPS=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
+CONFIG_X86_HT=y
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_INTEL_PSTATE is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6