Author: andrew
Date: Tue Sep 22 16:46:34 2015
New Revision: 288117
URL: https://svnweb.freebsd.org/changeset/base/288117
Log:
Don't restore interrupts when we are about to disable them in the next
instruction.
Modified:
head/sys/arm64/arm64/exception.S
Modified: head/sys/arm64/arm64/exception.S
==============================================================================
--- head/sys/arm64/arm64/exception.S Tue Sep 22 16:35:32 2015
(r288116)
+++ head/sys/arm64/arm64/exception.S Tue Sep 22 16:46:34 2015
(r288117)
@@ -123,10 +123,7 @@ __FBSDID("$FreeBSD$");
/* Re-check for new ast scheduled */
b 1b
-
2:
- /* Restore interrupts */
- msr daif, x19
.endm
handle_el1h_sync:
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"