svn commit: r258306 - stable/10/sys/i386/conf
Dimitry Andric
dim at FreeBSD.org
Mon Nov 18 15:13:58 UTC 2013
Author: dim
Date: Mon Nov 18 15:13:58 2013
New Revision: 258306
URL: http://svnweb.freebsd.org/changeset/base/258306
Log:
MFC r258016:
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
Approved by: re (gjb)
Modified:
stable/10/sys/i386/conf/XEN
Directory Properties:
stable/10/sys/ (props changed)
Modified: stable/10/sys/i386/conf/XEN
==============================================================================
--- stable/10/sys/i386/conf/XEN Mon Nov 18 15:11:13 2013 (r258305)
+++ stable/10/sys/i386/conf/XEN Mon Nov 18 15:13:58 2013 (r258306)
@@ -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
More information about the svn-src-stable-10
mailing list