CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/29 11:10:43
Modified files:
sys/arch/arm64/arm64: trap.c
Log message:
Move the userret() call out of data_abort() and simply call it just before we
return from do_el0_sync(). Prevents future mistakes.
