amd64: remove stale attribution for memmove work

While the routine started as expanded bcopy, it is now entirely rewritten.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mateusz Guzik 2018-11-30 00:47:36 +00:00
parent dd219e5ea5
commit 2847cfce54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341273
2 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,6 @@ __FBSDID("$FreeBSD$");
/*
* memmove(dst, src, cnt)
* rdi, rsi, rdx
* Contains parts of bcopy written by:
* ws@tools.de (Wolfgang Solfrank, TooLs GmbH) +49-228-985800
*/
/*

View File

@ -197,8 +197,6 @@ END(memcmp)
/*
* memmove(dst, src, cnt)
* rdi, rsi, rdx
* Adapted from bcopy written by:
* ws@tools.de (Wolfgang Solfrank, TooLs GmbH) +49-228-985800
*/
/*