CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/22 14:27:32
Modified files:
sys/arch/sparc/sparc: vm_machdep.c
Log message:
When mapping memory into dvma space, use pmap_kenter_pa() instead of
pmap_enter(), according to the XXX comment right above.
Removes another un-CANFAILed pmap_enter.
ok miod@
