CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2016/06/03 00:47:51

Modified files:
        sys/uvm        : uvm_map.c 

Log message:
We should never decrease uvm_maxkaddr.  Currently this may happen if
uvm_map_kmem_grow() gets called for submaps of the kernel_map on
architectures that don't implement pmap_growkernel().  When that happens
we get the infamous "address selector returned unavailable address" panic.

ok tedu@, mglocker@, beck@, stefan@

Reply via email to