amd64 copyout: remove irrelevant comment.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
9a707fd3ab
commit
8e4ff8df03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user