mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue