CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/08 08:02:43
Modified files:
sys/arch/sparc64/sparc64: pmap.c
Log message:
I believe UVM is clean now and no managed pages should be in use anymore
when we call pmap_release(). Turn debug code into printf and remove the code
that tried to mop up. Override Debugger() such that it inserts a trap
instruction directly into the code such that we get useful backtraces.
This way I don't need to worry about pmap_release() removing pv entries when
making this pmap mpsafe.