From d457338f669ce2546a9227135773bdd18c9a9f37 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 27 Jan 2011 22:42:26 +0000 Subject: [PATCH] Force mips2 asm acceptance before sc and ll. This commit was SVN r24319. --- opal/asm/base/MIPS.asm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opal/asm/base/MIPS.asm b/opal/asm/base/MIPS.asm index 0d71deed40..a5f4abad49 100644 --- a/opal/asm/base/MIPS.asm +++ b/opal/asm/base/MIPS.asm @@ -59,7 +59,13 @@ retry1: #endif bne $3, $5, done1 or $2, $6, 0 +#ifdef __linux__ + .set mips2 +#endif sc $2, 0($4) +#ifdef __linux__ + .set mips0 +#endif beqz $2, retry1 done1: .set reorder