svn commit: r336915 - head/sys/arm64/conf
Andrew Turner
andrew at FreeBSD.org
Mon Jul 30 15:57:59 UTC 2018
Author: andrew
Date: Mon Jul 30 15:57:58 2018
New Revision: 336915
URL: https://svnweb.freebsd.org/changeset/base/336915
Log:
Enable VIMAGE on arm64 again. A workaround for modules with static VNET
variables has been committed so these should work now.
PR: 223670
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/conf/GENERIC
Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC Mon Jul 30 15:46:40 2018 (r336914)
+++ head/sys/arm64/conf/GENERIC Mon Jul 30 15:57:58 2018 (r336915)
@@ -26,7 +26,7 @@ makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace
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
More information about the svn-src-all
mailing list