Re: svn commit: r333443 - in head/sys: conf libkern powerpc/powerpc

2018-05-11 Thread Warner Losh
On Fri, May 11, 2018 at 5:59 PM, John Baldwin wrote: > On Thursday, May 10, 2018 02:31:38 AM Warner Losh wrote: > > Author: imp > > Date: Thu May 10 02:31:38 2018 > > New Revision: 333443 > > URL: https://svnweb.freebsd.org/changeset/base/333443 > > > > Log: > > Move MI-ish bcopy routine to lib

Re: svn commit: r333443 - in head/sys: conf libkern powerpc/powerpc

2018-05-11 Thread John Baldwin
On Thursday, May 10, 2018 02:31:38 AM Warner Losh wrote: > Author: imp > Date: Thu May 10 02:31:38 2018 > New Revision: 333443 > URL: https://svnweb.freebsd.org/changeset/base/333443 > > Log: > Move MI-ish bcopy routine to libkern > > riscv and powerpc have nearly identical bcopy.c that's >

svn commit: r333443 - in head/sys: conf libkern powerpc/powerpc

2018-05-09 Thread Warner Losh
Author: imp Date: Thu May 10 02:31:38 2018 New Revision: 333443 URL: https://svnweb.freebsd.org/changeset/base/333443 Log: Move MI-ish bcopy routine to libkern riscv and powerpc have nearly identical bcopy.c that's supposed to be mostly MI. Move it to the MI libkern. Differential Rev