diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-02-19 03:06:54 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2015-02-19 03:06:54 +0000 |
commit | 096722522f75e415812d5df1f564dcebb27581ac (patch) | |
tree | 202ed84453d47e9ec3724f090d7f07ab7c82d765 /sys/uvm | |
parent | 5b82b6e8f7f325c28e26c33d52631e7e9e334f64 (diff) |
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
Diffstat (limited to 'sys/uvm')
-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 |