CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/12/23 12:53:29
Modified files:
sys/arch/m88k/m88k: pmap.c
Log message:
Make the pte created by pmap_map() wired, and count them in pmap_kernel()'s
statistics. This allows these mappings to be removed with pmap_kremove()
without messing with accounting.
