Re: svn commit: r295459 - in head/sys: arm/include sys

2016-02-11 Thread Warner Losh
On Wed, Feb 10, 2016 at 3:43 AM, Andrew Turner wrote: > On Wed, 10 Feb 2016 04:43:08 + (UTC) > Adrian Chadd wrote: > > > Author: adrian > > Date: Wed Feb 10 04:43:08 2016 > > New Revision: 295459 > > URL: https://svnweb.freebsd.org/changeset/base/295459 > > > > Log: > > Break out the share

Re: svn commit: r295459 - in head/sys: arm/include sys

2016-02-10 Thread Adrian Chadd
ok. would you like to update the copyright or should i? -a On 10 February 2016 at 07:06, Ian Lepore wrote: > On Wed, 2016-02-10 at 10:43 +, Andrew Turner wrote: >> On Wed, 10 Feb 2016 04:43:08 + (UTC) >> Adrian Chadd wrote: >> >> > Author: adrian >> > Date: Wed Feb 10 04:43:08 2016 >>

Re: svn commit: r295459 - in head/sys: arm/include sys

2016-02-10 Thread Ian Lepore
On Wed, 2016-02-10 at 10:43 +, Andrew Turner wrote: > On Wed, 10 Feb 2016 04:43:08 + (UTC) > Adrian Chadd wrote: > > > Author: adrian > > Date: Wed Feb 10 04:43:08 2016 > > New Revision: 295459 > > URL: https://svnweb.freebsd.org/changeset/base/295459 > > > > Log: > > Break out the sha

Re: svn commit: r295459 - in head/sys: arm/include sys

2016-02-10 Thread Andrew Turner
On Wed, 10 Feb 2016 04:43:08 + (UTC) Adrian Chadd wrote: > Author: adrian > Date: Wed Feb 10 04:43:08 2016 > New Revision: 295459 > URL: https://svnweb.freebsd.org/changeset/base/295459 > > Log: > Break out the shared bits of the arm intrng definitions into > sys/intr.h; leave the machine

svn commit: r295459 - in head/sys: arm/include sys

2016-02-09 Thread Adrian Chadd
Author: adrian Date: Wed Feb 10 04:43:08 2016 New Revision: 295459 URL: https://svnweb.freebsd.org/changeset/base/295459 Log: Break out the shared bits of the arm intrng definitions into sys/intr.h; leave the machine dependent bits in sys/arm/. This is in preparation for MIPS INTRNG work.