patch-2.3.99-pre4 linux/include/asm-sh/current.h
Next file: linux/include/asm-sh/delay.h
Previous file: linux/include/asm-sh/checksum.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Mar 27 10:26:15 2000
- Orig file:
v2.3.99-pre3/linux/include/asm-sh/current.h
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.99-pre3/linux/include/asm-sh/current.h linux/include/asm-sh/current.h
@@ -12,8 +12,8 @@
{
struct task_struct *current;
- __asm__("stc r4_bank,%0\n\t"
- "add %1,%0"
+ __asm__("stc $r4_bank, %0\n\t"
+ "add %1, %0"
:"=&r" (current)
:"r" (-8192));
return current;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)