CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/09/18 05:55:23
Modified files: sys/arch/hppa64/hppa64: pmap.c sys/arch/hppa64/include: pmap.h Log message: Use an uvm object to keep track of the page table pages, just like we do on hppa to reduce the diffs between the two pmaps. Also add cache flushing in places where hppa does them.