CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/07/07 12:59:36
Modified files: sys/arch/vax/vax: pmap.c Log message: Fix pmap_extract() to actually only return TRUE for mappings which have the valid bit set; can't believe this went unnoticed for so long. This fixes uvm_km_pgremove_intrsafe panics when pool_put()'ing items in pools for larger-than-a-page-items at shutdown time.