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

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)