Don't restore interrupts when we are about to disable them in the next

instruction.
This commit is contained in:
Andrew Turner 2015-09-22 16:46:34 +00:00
parent 2ac9ef2836
commit 9063d39e49

View File

@ -123,10 +123,7 @@ __FBSDID("$FreeBSD$");
/* Re-check for new ast scheduled */
b 1b
2:
/* Restore interrupts */
msr daif, x19
.endm
handle_el1h_sync: