Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 16:46:35 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288117 - head/sys/arm64/arm64
Message-ID:  <201509221646.t8MGkZ9n031633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509221646.t8MGkZ9n031633>