CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/14 12:23:33
Modified files:
sys/arch/arm/arm: fault.c
Log message:
perform the uvm_map_inentry() after the data_aborts handlers are executed
as there is little purpose running them excessively.
studied with kettenis while searching for "system registers read after
sleeping in trap()"
