From 2ec6a5984c44d49b1e4063bccef47b2a1b33ddd1 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Thu, 26 May 2011 14:34:22 +0000 Subject: [PATCH] Add a missing isync. --- sys/powerpc/aim/trap_subr64.S | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/aim/trap_subr64.S b/sys/powerpc/aim/trap_subr64.S index 64e4ac1d208d..7156edb45f8e 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