diff options
author | Ariane van der Steldt <ariane@cvs.openbsd.org> | 2012-03-15 22:22:29 +0000 |
---|---|---|
committer | Ariane van der Steldt <ariane@cvs.openbsd.org> | 2012-03-15 22:22:29 +0000 |
commit | 24a6076cc5e03eddb0caa0e110d93996d78ed385 (patch) | |
tree | 929b7fbee70f014eb270ce71797447fb25e92bb4 /sys/uvm/uvm_unix.c | |
parent | 5630adf08d35665fdb2202af84a787090a2d27bc (diff) |
Fix vmmap SMALL_KERNEL introduced bug.
The
if (min < VMMAP_MIN_ADDR)
min = VMMAP_MIN_ADDR;
code should have moved across when the small_kernel diff moved the
initialization from uvm_map_setup() to uvm_map_setup_md().
Prevents a nasty panic on hppa, sparc64 (and possibly other archs).
kettenis: the diff make some sense to me
Diffstat (limited to 'sys/uvm/uvm_unix.c')
0 files changed, 0 insertions, 0 deletions