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:
parent
dd219e5ea5
commit
2847cfce54
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user