summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2017-05-24 00:00:55 +0000
committerjhb <jhb@FreeBSD.org>2017-05-24 00:00:55 +0000
commit89d1a406f492b6e678811477533f719745bb178a (patch)
treef554ff702ad7487fa4716c0fa4961015d45e8a81 /sys/i386
parent8b9b483d0b85fd3bddfd926c1400956a50c91223 (diff)
downloadFreeBSD-src-89d1a406f492b6e678811477533f719745bb178a.zip
FreeBSD-src-89d1a406f492b6e678811477533f719745bb178a.tar.gz
MFC 310177: Enable EARLY_AP_STARTUP on amd64 and i386 kernels by default.
PR: 199321, 203682 Discussed with: re (kib) Relnotes: yes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index da5e46d..deccf48 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -85,6 +85,7 @@ options KDB_TRACE # Print a stack trace for a panic.
# 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
OpenPOWER on IntegriCloud