summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-05 12:44:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-05 12:44:26 +0000
commit7eb8b21b4a1da923eeb7592d7cc0169dce77a76b (patch)
tree960a668ff3d900085756e1cc0f5dc26bcaeb69c8 /include/asm-mips
parent012bb3e61e5eced6c610f9e036372bf0c8def2d1 (diff)
Kill one more occurance of __atomic_fool_gcc.
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/semaphore-helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/semaphore-helper.h b/include/asm-mips/semaphore-helper.h
index b6eb8e4f9..80ac58008 100644
--- a/include/asm-mips/semaphore-helper.h
+++ b/include/asm-mips/semaphore-helper.h
@@ -92,7 +92,7 @@ waking_non_zero(struct semaphore *sem)
"sc\t%0, %2\n\t"
"beqz\t%0, 1b\n\t"
"2:"
- : "=r"(ret), "=r"(tmp), "=m"(__atomic_fool_gcc(&sem->waking))
+ : "=r"(ret), "=r"(tmp), "=m"(&sem->waking)
: "0"(0));
return ret;