summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-28 17:50:48 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-03-28 17:50:48 +0100
commitaa32b59911fd55c3a8ab2e6821d526242fc845fd (patch)
treea3ff15e38211c9a58f7b6dabe1d075ef8f966949
parentf53f6a38c2b345ec07fcb5356ef7296844da7ada (diff)
We do not have any restriction here
-rw-r--r--x86_64/locore.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86_64/locore.S b/x86_64/locore.S
index c17ca992..e3246d4e 100644
--- a/x86_64/locore.S
+++ b/x86_64/locore.S
@@ -1310,7 +1310,7 @@ copyin_fail:
* Copy from user address space - version for copying messages.
* arg0: user address
* arg1: kernel address
- * arg2: byte count - must be a multiple of eight
+ * arg2: byte count
*/
ENTRY(copyinmsg)
xchgq %rsi,%rdi /* Get user source and kernel destination */