patch-2.4.20 linux-2.4.20/include/asm-mips/spinlock.h
Next file: linux-2.4.20/include/asm-mips/stackframe.h
Previous file: linux-2.4.20/include/asm-mips/softirq.h
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-mips/spinlock.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips/spinlock.h linux-2.4.20/include/asm-mips/spinlock.h
@@ -55,7 +55,7 @@
".set\tnoreorder\t\t\t# spin_unlock\n\t"
"sync\n\t"
"sw\t$0, %0\n\t"
- ".set\treorder"
+ ".set\treorder"
: "=m" (lock->lock)
: "m" (lock->lock)
: "memory");
@@ -92,7 +92,7 @@
"sc\t%1, %0\n\t"
"beqz\t%1, 1b\n\t"
" sync\n\t"
- ".set\treorder"
+ ".set\treorder"
: "=m" (rw->lock), "=&r" (tmp)
: "m" (rw->lock)
: "memory");
@@ -112,7 +112,7 @@
"sc\t%1, %0\n\t"
"beqz\t%1, 1b\n\t"
" sync\n\t"
- ".set\treorder"
+ ".set\treorder"
: "=m" (rw->lock), "=&r" (tmp)
: "m" (rw->lock)
: "memory");
@@ -130,7 +130,7 @@
"sc\t%1, %0\n\t"
"beqz\t%1, 1b\n\t"
" sync\n\t"
- ".set\treorder"
+ ".set\treorder"
: "=m" (rw->lock), "=&r" (tmp)
: "m" (rw->lock)
: "memory");
@@ -142,7 +142,7 @@
".set\tnoreorder\t\t\t# write_unlock\n\t"
"sync\n\t"
"sw\t$0, %0\n\t"
- ".set\treorder"
+ ".set\treorder"
: "=m" (rw->lock)
: "m" (rw->lock)
: "memory");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)