aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2018-11-30 00:47:36 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2018-11-30 00:47:36 +0000
commit2847cfce54fef97965d56716554b7d026b5d22b7 (patch)
treedcde2cf9ae1ab7f4a4ec0370c0b25e3ed55696c7 /sys/amd64
parentdd219e5ea5027785225b914cc18a9c94ffece1a4 (diff)
downloadsrc-2847cfce54fef97965d56716554b7d026b5d22b7.tar.gz
src-2847cfce54fef97965d56716554b7d026b5d22b7.zip
amd64: remove stale attribution for memmove work
While the routine started as expanded bcopy, it is now entirely rewritten. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=341273
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/support.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S
index af4e9c313b88..2d519a7a3768 100644
--- a/sys/amd64/amd64/support.S
+++ b/sys/amd64/amd64/support.S
@@ -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
*/
/*