CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/31 06:24:12
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
In pmap_activate instead of doing disable_interrupts/enable_interrupts
nested inside of splhigh/splx just disable and enable interrupts
once with inline cps instructions.
Remove uneeded pcb_pl1vec block as well, suggested by kettenis.
ok kettenis@
