patch-2.4.1 linux/include/asm-sh/current.h
Next file: linux/include/asm-sh/pgtable.h
Previous file: linux/include/asm-ppc/unistd.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Jan 28 18:56:00 2001
-  Orig file: 
v2.4.0/linux/include/asm-sh/current.h
-  Orig date: 
Mon Apr 24 13:54:17 2000
diff -u --recursive --new-file v2.4.0/linux/include/asm-sh/current.h linux/include/asm-sh/current.h
@@ -12,7 +12,7 @@
 {
 	struct task_struct *current;
 
-	__asm__("stc	$r7_bank, %0"
+	__asm__("stc	r7_bank, %0"
 		:"=r" (current));
 
 	return current;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)