Enable EARLY_AP_STARTUP on amd64 and i386 kernels by default.
PR: 199321, 203682 MFC after: 2 months Sponsored by: Netflix
This commit is contained in:
parent
64ddb8fc27
commit
203d8b88f7
@ -98,6 +98,7 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
options DEVICE_NUMA # I/O Device Affinity
|
||||
options EARLY_AP_STARTUP
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
@ -94,6 +94,7 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
options DEVICE_NUMA # I/O Device Affinity
|
||||
options EARLY_AP_STARTUP
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
@ -96,6 +96,7 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
|
||||
# To make an SMP kernel, the next two lines are needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
device apic # I/O APIC
|
||||
options EARLY_AP_STARTUP
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
Loading…
Reference in New Issue
Block a user