Author: imp
Date: Sat Nov 13 20:28:06 2010
New Revision: 215255
URL: http://svn.freebsd.org/changeset/base/215255

Log:
  Correct mips/arm elimination of sym

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Sat Nov 13 19:26:45 2010        (r215254)
+++ head/sys/modules/Makefile   Sat Nov 13 20:28:06 2010        (r215255)
@@ -330,7 +330,7 @@ _syscons=   syscons
 _vpo=          vpo
 .endif
 
-.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
+.if ${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
 # no BUS_SPACE_UNSPECIFIED
 # No barrier instruction support (specific to this driver)
 _sym=          sym
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to