aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-01-11 19:08:43 +0000
committerEd Maste <emaste@FreeBSD.org>2018-01-11 19:08:43 +0000
commitd162bbc1d3c466c2a4fea77fe780587064470723 (patch)
tree3a2118dcef229e6d7cd15641ee083dc6a90924cb /sys/i386
parenteda08c83c7e274579134fe5fbb0962194461138a (diff)
downloadsrc-d162bbc1d3c466c2a4fea77fe780587064470723.tar.gz
src-d162bbc1d3c466c2a4fea77fe780587064470723.zip
Temporarily disable VIMAGE on i386
An lld-linked i386 kernel hangs on boot, after em(4) starts. This seems similar to the issue that prompted us to disable VIMAGE on arm64 in r326179. Disable VIMAGE on i386 for now while we investigate. PR: 225077 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=327840
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index be6698cbb999..269b90b34105 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -28,7 +28,7 @@ makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
-options VIMAGE # Subsystem virtualization, e.g. VNET
+#options VIMAGE # Subsystem virtualization, e.g. VNET
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options IPSEC # IP (v4/v6) security