K 10 svn:author V 4 skra K 8 svn:date V 27 2016-02-04T13:35:40.064825Z K 7 svn:log V 305 Small rearrangement of abort_handler(). (1) Move cnt.v_trap increment to the beginning. There is cnt.v_vm_faults counter in vm_fault(), so a number of hardware emulation aborts may be get roughly as difference. (2) Move kdb_reenter() up to not be ignored if pmap_fault() has failed. (3) Update comments. END