summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-11-11 21:16:55 +0000
committerdim <dim@FreeBSD.org>2013-11-11 21:16:55 +0000
commitb3db14de0bb6b35026d8f9b0b1a7b8c6bfe03c0c (patch)
treeed7ef657356a031c4715517c3e96ad1f4a9909bd /sys/i386
parent16911134833c965ded554a8071c13672b8bfc39a (diff)
downloadFreeBSD-src-b3db14de0bb6b35026d8f9b0b1a7b8c6bfe03c0c.zip
FreeBSD-src-b3db14de0bb6b35026d8f9b0b1a7b8c6bfe03c0c.tar.gz
Disable building the ctl module for the i386 XEN kernel configuration
for now, since it causes gcc warnings about casting 64 bit bus_addr_t's to 32 bit pointers, and vice versa. Reviewed by: ken MFC after: 3 days
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/XEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index bcc9f19..58b819b 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -7,7 +7,7 @@ cpu I686_CPU
ident XEN
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-makeoptions WITHOUT_MODULES="aha ahb amd cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl nve rdma sound sym trm xfs"
+makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl nve rdma sound sym trm xfs"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
OpenPOWER on IntegriCloud