Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 May 2011 14:34:23 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222309 - head/sys/powerpc/aim
Message-ID:  <201105261434.p4QEYNdc068451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Thu May 26 14:34:22 2011
New Revision: 222309
URL: http://svn.freebsd.org/changeset/base/222309

Log:
  Add a missing isync.

Modified:
  head/sys/powerpc/aim/trap_subr64.S

Modified: head/sys/powerpc/aim/trap_subr64.S
==============================================================================
--- head/sys/powerpc/aim/trap_subr64.S	Thu May 26 14:29:05 2011	(r222308)
+++ head/sys/powerpc/aim/trap_subr64.S	Thu May 26 14:34:22 2011	(r222309)
@@ -519,6 +519,7 @@ CNAME(trapexit):
 	mfmsr	%r3
 	andi.	%r3,%r3,~PSL_EE@l
 	mtmsr	%r3
+	isync
 /* Test AST pending: */
 	ld	%r5,FRAME_SRR1+48(%r1)
 	mtcr	%r5



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