Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 15:16:09 +0000
From:      "emaste (Ed Maste)" <phabric-noreply@FreeBSD.org>
To:        freebsd-mips@freebsd.org
Subject:   [Differential] [Request, 2 lines] D2585: Avoid trying to build cxbge module on MIPS
Message-ID:  <differential-rev-PHID-DREV-nd4u74hei4ms4b47e3dk-req@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

--b1_6a5d0b44e76837f9891e6ce81f1d03c1
Content-Type: text/plain; charset = "utf-8"
Content-Transfer-Encoding: 8bit

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

--b1_6a5d0b44e76837f9891e6ce81f1d03c1
Content-Type: text/x-patch; charset=utf-8; name="D2585.5480.patch"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="D2585.5480.patch"

ZGlmZiAtLWdpdCBhL3N5cy9tb2R1bGVzL01ha2VmaWxlIGIvc3lzL21vZHVsZXMvTWFrZWZpbGUK
LS0tIGEvc3lzL21vZHVsZXMvTWFrZWZpbGUKKysrIGIvc3lzL21vZHVsZXMvTWFrZWZpbGUKQEAg
LTQ1Niw3ICs0NTYsNyBAQAogLmVuZGlmCiAKIC5pZiAke01LX1NPVVJDRUxFU1NfVUNPREV9ICE9
ICJubyIgJiYgJHtNQUNISU5FX0NQVUFSQ0h9ICE9ICJhcm0iICYmIFwKLQkke01BQ0hJTkVfQVJD
SH0gIT0gInBvd2VycGMiCisJJHtNQUNISU5FX0NQVUFSQ0h9ICE9ICJtaXBzIiAmJiAke01BQ0hJ
TkVfQVJDSH0gIT0gInBvd2VycGMiCiBfY3hnYmU9CQljeGdiZQogLmVuZGlmCiAKCg==


--b1_6a5d0b44e76837f9891e6ce81f1d03c1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?differential-rev-PHID-DREV-nd4u74hei4ms4b47e3dk-req>