aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2017-10-20 21:40:59 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2017-10-20 21:40:59 +0000
commit8e94025b413ebc581da6b27887f6d408bc8a757e (patch)
tree98c014987743665a7489fdffd1140e6b635188ed /sys/powerpc/conf
parenteadbeae5e7c26bbdaf7daa29baf51a6696021254 (diff)
downloadsrc-8e94025b413ebc581da6b27887f6d408bc8a757e.tar.gz
src-8e94025b413ebc581da6b27887f6d408bc8a757e.zip
With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went into
HEAD. Enable VIMAGE in GENERIC kernels and some others (where GENERIC does not exist) on HEAD. Disable building LINT-VIMAGE with VIMAGE being default. This should give it a lot more exposure in the run-up to 12 to help us evaluate whether to keep it on by default or not. We are also hoping to get better performance testing. The feature can be disabled using nooptions. Requested by: many Reviewed by: kristof, emaste, hiren X-MFC after: never Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12639
Notes
Notes: svn path=/head/; revision=324810
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index e1284345dd42..accafae213a0 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -35,6 +35,7 @@ options PSERIES #PAPR-compliant systems
options FDT
options SCHED_ULE #ULE scheduler
options PREEMPTION #Enable kernel thread preemption
+options VIMAGE # Subsystem virtualization, e.g. VNET
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options IPSEC # IP (v4/v6) security
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 2325bb059d78..f2285601a3f4 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -35,6 +35,7 @@ options PSERIES #PAPR-compliant systems (e.g. IBM p)
options FDT #Flattened Device Tree
options SCHED_ULE #ULE scheduler
options PREEMPTION #Enable kernel thread preemption
+options VIMAGE # Subsystem virtualization, e.g. VNET
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options TCP_HHOOK # hhook(9) framework for TCP