Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
12c7c253
Commit
12c7c253
authored
10 years ago
by
Jo-Philipp Wich
Browse files
Options
Downloads
Patches
Plain Diff
x86_64: add more symbols required to enable SMP
Signed-off-by:
Jo-Philipp Wich
<
jow@openwrt.org
>
SVN-Revision: 44233
parent
9328fbe7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
target/linux/x86_64/config-default
+5
-1
5 additions, 1 deletion
target/linux/x86_64/config-default
with
5 additions
and
1 deletion
target/linux/x86_64/config-default
+
5
−
1
View file @
12c7c253
...
@@ -304,6 +304,7 @@ CONFIG_KVM_GUEST=y
...
@@ -304,6 +304,7 @@ CONFIG_KVM_GUEST=y
CONFIG_LPC_ICH=y
CONFIG_LPC_ICH=y
# CONFIG_MACHZ_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_MATOM is not set
# CONFIG_MATOM is not set
# CONFIG_MAXSMP is not set
# CONFIG_MCORE2 is not set
# CONFIG_MCORE2 is not set
# CONFIG_MEMORY_HOTPLUG is not set
# CONFIG_MEMORY_HOTPLUG is not set
# CONFIG_MEMTEST is not set
# CONFIG_MEMTEST is not set
...
@@ -334,6 +335,7 @@ CONFIG_NLS=y
...
@@ -334,6 +335,7 @@ CONFIG_NLS=y
CONFIG_NO_BOOTMEM=y
CONFIG_NO_BOOTMEM=y
CONFIG_NR_CPUS=8
CONFIG_NR_CPUS=8
# CONFIG_NTB is not set
# CONFIG_NTB is not set
# CONFIG_NUMA is not set
CONFIG_NVRAM=y
CONFIG_NVRAM=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_OPTIMIZE_INLINING is not set
...
@@ -342,6 +344,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y
...
@@ -342,6 +344,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_CLOCK=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_SPINLOCKS is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_PC87413_WDT is not set
CONFIG_PCI=y
CONFIG_PCI=y
...
@@ -391,8 +394,10 @@ CONFIG_SERIO_LIBPS2=y
...
@@ -391,8 +394,10 @@ CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SLAB is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SLUB_DEBUG=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_DEBUG_ON is not set
CONFIG_SMP=y
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM=y
...
@@ -460,7 +465,6 @@ CONFIG_VT_HW_CONSOLE_BINDING=y
...
@@ -460,7 +465,6 @@ CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_WATCHDOG_CORE=y
CONFIG_WATCHDOG_CORE=y
CONFIG_X86=y
CONFIG_X86=y
CONFIG_X86_64=y
CONFIG_X86_64=y
CONFIG_X86_64_SMP=y
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_CMOV=y
CONFIG_X86_CMOV=y
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment