summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2011-01-04 14:49:54 +0000
committerrwatson <rwatson@FreeBSD.org>2011-01-04 14:49:54 +0000
commitb5469e8b581b388e373b5a39d23cc88058622db2 (patch)
treee0d5d75c0d8583fa305bc8fca00f7523da80fddf /sys/conf/options.i386
parentcdb6d8e9a40ffe79e58357fb15b6a624f27c9e6e (diff)
downloadFreeBSD-src-b5469e8b581b388e373b5a39d23cc88058622db2.zip
FreeBSD-src-b5469e8b581b388e373b5a39d23cc88058622db2.tar.gz
Make "options XENHVM" compile for i386, not just amd64 -- a largely
mechanical change. This opens the door for using PV device drivers under Xen HVM on i386, as well as more general harmonisation of i386 and amd64 Xen support in FreeBSD. Reviewed by: cperciva MFC after: 3 weeks
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 333ec6a..dd888b1 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -118,3 +118,4 @@ BPF_JITTER opt_bpf.h
NATIVE opt_global.h
XEN opt_global.h
+XENHVM opt_global.h
OpenPOWER on IntegriCloud