Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Bruce Evans
On Wed, 18 May 2016, Ian Lepore wrote: On Wed, 2016-05-18 at 17:35 +, Bjoern A. Zeeb wrote: On 18 May 2016, at 17:32 , Ian Lepore wrote: On Wed, 2016-05-18 at 10:14 -0700, Nathan Whitehorn wrote: ... It may be more complicated than that, though. armv6 can do 64-bit

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Adrian Chadd
On 18 May 2016 at 10:32, Ian Lepore wrote: > On Wed, 2016-05-18 at 10:14 -0700, Nathan Whitehorn wrote: >> >> On 05/18/16 08:50, Justin Hibbits wrote: >> > On Wed, 18 May 2016 15:45:12 + (UTC) >> > Scott Long wrote: >> > >> > > Author: scottl >> > >

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Ian Lepore
On Wed, 2016-05-18 at 17:35 +, Bjoern A. Zeeb wrote: > > On 18 May 2016, at 17:32 , Ian Lepore wrote: > > > > On Wed, 2016-05-18 at 10:14 -0700, Nathan Whitehorn wrote: > > > > > > On 05/18/16 08:50, Justin Hibbits wrote: > > > > On Wed, 18 May 2016 15:45:12 + (UTC) >

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Bjoern A. Zeeb
> On 18 May 2016, at 17:32 , Ian Lepore wrote: > > On Wed, 2016-05-18 at 10:14 -0700, Nathan Whitehorn wrote: >> >> On 05/18/16 08:50, Justin Hibbits wrote: >>> On Wed, 18 May 2016 15:45:12 + (UTC) >>> Scott Long wrote: >>> Author: scottl

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Ian Lepore
On Wed, 2016-05-18 at 10:14 -0700, Nathan Whitehorn wrote: > > On 05/18/16 08:50, Justin Hibbits wrote: > > On Wed, 18 May 2016 15:45:12 + (UTC) > > Scott Long wrote: > > > > > Author: scottl > > > Date: Wed May 18 15:45:12 2016 > > > New Revision: 300154 > > > URL:

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Nathan Whitehorn
On 05/18/16 08:50, Justin Hibbits wrote: On Wed, 18 May 2016 15:45:12 + (UTC) Scott Long wrote: Author: scottl Date: Wed May 18 15:45:12 2016 New Revision: 300154 URL: https://svnweb.freebsd.org/changeset/base/300154 Log: Activate the NO_64BIT_ATOMICS code for

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Ed Maste
On 18 May 2016 at 13:11, Juli Mallett wrote: > On Wed, May 18, 2016 at 9:41 AM, Justin Hibbits wrote: >> #if (defined(__powerpc__) && !defined(__powerpc64__)) || >> (defined(__mips__) && !defined(__mips64__)) >> >> should work. > > Depending on what

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Juli Mallett
On Wed, May 18, 2016 at 9:41 AM, Justin Hibbits 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

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Scott Long via svn-src-head
What should I use instead? Scott > On May 18, 2016, at 10:03 AM, Warner Losh wrote: > > Ditto with mips. > > On Wed, May 18, 2016 at 9:50 AM, Justin Hibbits wrote: > On Wed, 18 May 2016 15:45:12 + (UTC) > Scott Long wrote: > >

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Justin Hibbits
#if (defined(__powerpc__) && !defined(__powerpc64__)) || (defined(__mips__) && !defined(__mips64__)) should work. - Justin On Wed, 18 May 2016 10:40:27 -0600 Scott Long wrote: > What should I use instead? > > Scott > > > On May 18, 2016, at 10:03 AM, Warner Losh

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Warner Losh
Ditto with mips. On Wed, May 18, 2016 at 9:50 AM, Justin Hibbits wrote: > On Wed, 18 May 2016 15:45:12 + (UTC) > Scott Long wrote: > > > Author: scottl > > Date: Wed May 18 15:45:12 2016 > > New Revision: 300154 > > URL:

Re: svn commit: r300154 - head/sys/net

2016-05-18 Thread Justin Hibbits
On Wed, 18 May 2016 15:45:12 + (UTC) Scott Long wrote: > Author: scottl > Date: Wed May 18 15:45:12 2016 > New Revision: 300154 > URL: https://svnweb.freebsd.org/changeset/base/300154 > > Log: > Activate the NO_64BIT_ATOMICS code for mips and powerpc > > Modified: >

svn commit: r300154 - head/sys/net

2016-05-18 Thread Scott Long
Author: scottl Date: Wed May 18 15:45:12 2016 New Revision: 300154 URL: https://svnweb.freebsd.org/changeset/base/300154 Log: Activate the NO_64BIT_ATOMICS code for mips and powerpc Modified: head/sys/net/mp_ring.c Modified: head/sys/net/mp_ring.c