diff options
author | 2015-02-19 03:06:53 +0000 | |
---|---|---|
committer | 2015-02-19 03:06:53 +0000 | |
commit | e131f3be1d219df632bf6fd368a6033b54239592 (patch) | |
tree | bd84ecbbdfc2c54c9f02f2f922d614aceb3a233f | |
parent | myri employees and their drivers for linux and solaris have repeatedly (diff) | |
download | wireguard-openbsd-e131f3be1d219df632bf6fd368a6033b54239592.tar.xz wireguard-openbsd-e131f3be1d219df632bf6fd368a6033b54239592.zip |
Remove a lie from a comment that ratholed me for an evening.
Thanks to tedu for hinting that I may have been the victim of UVM's lies,
which pointed me in this direction.
ok tedu
-rw-r--r-- | sys/uvm/uvm_map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index d89abbbf139..a067827562a 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.186 2015/02/15 21:34:33 miod Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.187 2015/02/19 03:06:53 mlarkin Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -1108,7 +1108,6 @@ out: * uvm_map: establish a valid mapping in map * * => *addr and sz must be a multiple of PAGE_SIZE. - * => *addr is ignored, except if flags contains UVM_FLAG_FIXED. * => map must be unlocked. * => <uobj,uoffset> value meanings (4 cases): * [1] <NULL,uoffset> == uoffset is a hint for PMAP_PREFER |