The Xen userland event channel driver isn't complete. Disabled it

from the kernel build until it is ready.

sys/conf/files:
	Remove the entry for xen/evtchn/evtchn_dev.c so it is not included
	in any kernel builds.

Noticed by:	smh
This commit is contained in:
Justin T. Gibbs 2013-10-20 22:50:57 +00:00
parent cc76ac5a6c
commit bef54b1b5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256813

View File

@ -3846,7 +3846,6 @@ vm/vm_zeroidle.c standard
vm/vnode_pager.c standard
xen/gnttab.c optional xen | xenhvm
xen/features.c optional xen | xenhvm
xen/evtchn/evtchn_dev.c optional xen | xenhvm
xen/xenbus/xenbus_if.m optional xen | xenhvm
xen/xenbus/xenbus.c optional xen | xenhvm
xen/xenbus/xenbusb_if.m optional xen | xenhvm