svn commit: r300154 - head/sys/net

Juli Mallett juli at clockworksquid.com
Wed May 18 17:11:21 UTC 2016


On Wed, May 18, 2016 at 9:41 AM, Justin Hibbits <chmeeedalf at gmail.com> wrote:
> #if (defined(__powerpc__) && !defined(__powerpc64__)) ||
> (defined(__mips__) && !defined(__mips64__))
>
> should work.

Depending on what the point of this is on MIPS, it is probably also
inadequate.  I believe you want a MIPS ABI check, as we can support
64-bit atomics with n32 and n64 ABIs, so !defined(__mips_n32) &&
!defined(__mips_n64).


More information about the svn-src-all mailing list