svn commit: r205852 - head/sys/modules
Warner Losh
imp at FreeBSD.org
Mon Mar 29 19:36:38 UTC 2010
Author: imp
Date: Mon Mar 29 19:36:37 2010
New Revision: 205852
URL: http://svn.freebsd.org/changeset/base/205852
Log:
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
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Mon Mar 29 19:13:34 2010 (r205851)
+++ head/sys/modules/Makefile Mon Mar 29 19:36:37 2010 (r205852)
@@ -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)
More information about the svn-src-all
mailing list