From 89d1a406f492b6e678811477533f719745bb178a Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 24 May 2017 00:00:55 +0000 Subject: MFC 310177: Enable EARLY_AP_STARTUP on amd64 and i386 kernels by default. PR: 199321, 203682 Discussed with: re (kib) Relnotes: yes --- sys/i386/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386') 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 -- cgit v1.1