summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-03-29 19:36:37 +0000
committerimp <imp@FreeBSD.org>2010-03-29 19:36:37 +0000
commit353f0f0e0cd18552ae1ac3f6bb443e7e9623b82d (patch)
tree1b33e7de27c9c3b0048f955751daffe4a4d6bdac /sys/modules
parentf3f4fff664d11e6372ad59b8fc307ab0244a8f71 (diff)
downloadFreeBSD-src-353f0f0e0cd18552ae1ac3f6bb443e7e9623b82d.zip
FreeBSD-src-353f0f0e0cd18552ae1ac3f6bb443e7e9623b82d.tar.gz
Arm defines intr_disable() as a macro, which causes problems for cxgb.
Rather than remove it for all architectures (which was a botch in r205845), remove it only for arm and mips until that can be sorted out. Pointy Hat: imp Submitted by: Navdeep Parhar MFC after: 7 days
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ce321b4..bc29e7c 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -330,6 +330,8 @@ _siba_bwn= siba_bwn
_sym= sym
# no uart_cpu_$MACHINE_ARCH
_uart= uart
+# intr_disable() is a macro, causes problems
+_cxgb= cxgb
.endif
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
OpenPOWER on IntegriCloud