summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-29 23:13:49 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-29 23:13:49 +0000
commit8771b72dbb802efe3645ab9ab69b0cae145448c9 (patch)
tree86d2fc3ac1b532c321f233b92fa07dc25a46ab00
parentcde27708bf69943dfebc7457a2171b9e91d44153 (diff)
Remove dead .text.
-rw-r--r--include/asm-mips/semaphore-helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/semaphore-helper.h b/include/asm-mips/semaphore-helper.h
index 557dfe2eb..6b9c6ba3f 100644
--- a/include/asm-mips/semaphore-helper.h
+++ b/include/asm-mips/semaphore-helper.h
@@ -92,7 +92,6 @@ waking_non_zero(struct semaphore *sem)
"sc\t%0, %2\n\t"
"beqz\t%0, 1b\n\t"
"2:"
- ".text"
: "=r"(ret), "=r"(tmp), "=m"(__atomic_fool_gcc(&sem->waking))
: "0"(0));