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:
jhb 2016-12-16 21:10:37 +00:00
parent 64ddb8fc27
commit 203d8b88f7
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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