aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-31 22:23:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-31 22:23:01 +0000
commit45dce2ab93345f7840230ce9902379d47938a899 (patch)
tree3b59579b5c7b57c489f39c85032b22a758b91a31 /target
parente053c41ea2900266c358cc765ae8abc9587f8098 (diff)
downloadmaster-187ad058-45dce2ab93345f7840230ce9902379d47938a899.tar.gz
master-187ad058-45dce2ab93345f7840230ce9902379d47938a899.tar.bz2
master-187ad058-45dce2ab93345f7840230ce9902379d47938a899.zip
x86_64: add more symbols required to enable SMP
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86_64/config-default6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-default
index 8b9bc04f66..d375086bfb 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -304,6 +304,7 @@ CONFIG_KVM_GUEST=y
CONFIG_LPC_ICH=y
# CONFIG_MACHZ_WDT is not set
# CONFIG_MATOM is not set
+# CONFIG_MAXSMP is not set
# CONFIG_MCORE2 is not set
# CONFIG_MEMORY_HOTPLUG is not set
# CONFIG_MEMTEST is not set
@@ -334,6 +335,7 @@ CONFIG_NLS=y
CONFIG_NO_BOOTMEM=y
CONFIG_NR_CPUS=8
# CONFIG_NTB is not set
+# CONFIG_NUMA is not set
CONFIG_NVRAM=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_OPTIMIZE_INLINING is not set
@@ -342,6 +344,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
+# CONFIG_PARAVIRT_SPINLOCKS is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_PC87413_WDT is not set
CONFIG_PCI=y
@@ -391,8 +394,10 @@ CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
+CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
+CONFIG_SMP=y
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
CONFIG_SPARSEMEM=y
@@ -460,7 +465,6 @@ 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