mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
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
This commit is contained in:
parent
a603e851fa
commit
62f34c2aac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue