[Differential] [Request, 2 lines] D2585: Avoid trying to build cxbge module on MIPS

emaste (Ed Maste) phabric-noreply at FreeBSD.org
Tue May 19 15:16:10 UTC 2015


emaste created this revision.
emaste added reviewers: np, imp.
emaste added a subscriber: freebsd-mips.

REVISION SUMMARY
  Fails due to lack of `atomic_cmpset_64` and `atomic_cmpset_rel_64`.

REVISION DETAIL
  https://reviews.freebsd.org/D2585

AFFECTED FILES
  sys/modules/Makefile

CHANGE DETAILS
  diff --git a/sys/modules/Makefile b/sys/modules/Makefile
  --- a/sys/modules/Makefile
  +++ b/sys/modules/Makefile
  @@ -456,7 +456,7 @@
   .endif
   
   .if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
  -	${MACHINE_ARCH} != "powerpc"
  +	${MACHINE_CPUARCH} != "mips" && ${MACHINE_ARCH} != "powerpc"
   _cxgbe=		cxgbe
   .endif

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: emaste, np, imp
Cc: freebsd-mips
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2585.5480.patch
Type: text/x-patch
Size: 334 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-mips/attachments/20150519/fdfc34f5/attachment.bin>


More information about the freebsd-mips mailing list