CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/01/04 14:11:41
Modified files:
sys/arch/arm/arm: pmap.c
sys/arch/arm/include: pmap.h
Log message:
Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache()
to make a page uncached and maintain this both at the pte and pv list level,
and make pmap_kenter_cache() use it.
ok drahn@
