summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/trap_subr64.S
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-05-26 14:34:22 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-05-26 14:34:22 +0000
commite2dab41906b48eb86e20c3d3c7ac079a8af067fd (patch)
tree945b543ff5269d1b2f07f8c8194f200c0470f51e /sys/powerpc/aim/trap_subr64.S
parentf9522af8abb117678d8c26ca102a05ff2496cd81 (diff)
downloadFreeBSD-src-e2dab41906b48eb86e20c3d3c7ac079a8af067fd.zip
FreeBSD-src-e2dab41906b48eb86e20c3d3c7ac079a8af067fd.tar.gz
Add a missing isync.
Diffstat (limited to 'sys/powerpc/aim/trap_subr64.S')
-rw-r--r--sys/powerpc/aim/trap_subr64.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/aim/trap_subr64.S b/sys/powerpc/aim/trap_subr64.S
index 64e4ac1..7156edb 100644
--- a/sys/powerpc/aim/trap_subr64.S
+++ b/sys/powerpc/aim/trap_subr64.S
@@ -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
OpenPOWER on IntegriCloud