patch-2.4.20 linux-2.4.20/include/asm-mips64/spinlock.h
Next file: linux-2.4.20/include/asm-mips64/stackframe.h
Previous file: linux-2.4.20/include/asm-mips64/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-mips64/spinlock.h
-  Orig date: 
Fri Aug  2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips64/spinlock.h linux-2.4.20/include/asm-mips64/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");
@@ -109,7 +109,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");
@@ -129,7 +129,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");
@@ -147,7 +147,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");
@@ -159,7 +159,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)