amd64 copyout: remove irrelevant comment.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
kib 2019-11-17 14:41:47 +00:00
parent 9a707fd3ab
commit 8e4ff8df03

View File

@ -671,13 +671,7 @@ END(fillw)
movq $copy_fault,PCB_ONFAULT(%r11)
/*
* Check explicitly for non-user addresses. If 486 write protection
* is being used, this check is essential because we are in kernel
* mode so the h/w does not provide any protection against writing
* kernel addresses.
*/
/*
* Check explicitly for non-user addresses.
* First, prevent address wrapping.
*/
movq %rsi,%rax