CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/05 15:18:46
Modified files:
sys/arch/m88k/m88k: pmap.c
Log message:
Minor optimizations:
- move pte validity checks from pmap_remove_pte() to its callers.
- when iterating over a segment, compute pte address once and increment it
in the loop, instead of recomputing it on every iteration.
