diff options
author | 2012-03-15 22:22:28 +0000 | |
---|---|---|
committer | 2012-03-15 22:22:28 +0000 | |
commit | 07d3a2fd4826fc8e1b90b92c57fb8db8c9d33f36 (patch) | |
tree | f3401c69b95e5334df57cc5f16f8500aaf4b3e41 /lib/libkvm | |
parent | Take cd9660 support off the "obviously a floppy" install media, to find (diff) | |
download | wireguard-openbsd-07d3a2fd4826fc8e1b90b92c57fb8db8c9d33f36.tar.xz wireguard-openbsd-07d3a2fd4826fc8e1b90b92c57fb8db8c9d33f36.zip |
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 'lib/libkvm')
0 files changed, 0 insertions, 0 deletions