CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/05/02 13:42:39
Modified files: sys/arch/hppa/hppa: pmap.c Log message: Cope with userland mappings of unmanaged pages (i.e. device memory being mmap'ed), by properly making these mappings uncached, and correctly accounting their removal to not get stuck with leftover pte pages. While there, change a can't happen infinite loop in pmap_destroy() into a KASSERT. feedback and ok kettenis@