svn commit: r333443 - in head/sys: conf libkern powerpc/powerpc
Warner Losh
imp at bsdimp.com
Sat May 12 01:43:59 UTC 2018
On Fri, May 11, 2018 at 5:59 PM, John Baldwin <jhb at freebsd.org> 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 libkern
> >
> > riscv and powerpc have nearly identical bcopy.c that's
> > supposed to be mostly MI. Move it to the MI libkern.
> >
> > Differential Revision: https://reviews.freebsd.org/D15374
> >
> > Added:
> > head/sys/libkern/bcopy.c (contents, props changed)
> > - copied, changed from r333436, head/sys/powerpc/powerpc/bcopy.c
> > Deleted:
> > head/sys/powerpc/powerpc/bcopy.c
> > Modified:
>
> Hmm, is sys/riscv/riscv/bcopy.c still in the tree?
>
I forgot to remove it. It's gone now as of r333510
Warner
More information about the svn-src-all
mailing list