Date: Sun, 17 Nov 2019 14:41:47 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354788 - head/sys/amd64/amd64 Message-ID: <201911171441.xAHEflWX057991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Sun Nov 17 14:41:47 2019 New Revision: 354788 URL: https://svnweb.freebsd.org/changeset/base/354788 Log: amd64 copyout: remove irrelevant comment. Sponsored by: The FreeBSD Foundation MFC after: 3 days Modified: head/sys/amd64/amd64/support.S Modified: head/sys/amd64/amd64/support.S ============================================================================== --- head/sys/amd64/amd64/support.S Sun Nov 17 14:11:08 2019 (r354787) +++ head/sys/amd64/amd64/support.S Sun Nov 17 14:41:47 2019 (r354788) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911171441.xAHEflWX057991>