patch-2.4.1 linux/arch/sh/kernel/irq_imask.c
Next file: linux/arch/sh/kernel/process.c
Previous file: linux/arch/sh/kernel/irq.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Sun Jan 28 18:56:00 2001
- Orig file:
v2.4.0/linux/arch/sh/kernel/irq_imask.c
- Orig date:
Mon Oct 2 11:57:34 2000
diff -u --recursive --new-file v2.4.0/linux/arch/sh/kernel/irq_imask.c linux/arch/sh/kernel/irq_imask.c
@@ -59,16 +59,16 @@
{
unsigned long __dummy;
- asm volatile("ldc %2, $r6_bank\n\t"
- "stc $sr, %0\n\t"
+ asm volatile("ldc %2, r6_bank\n\t"
+ "stc sr, %0\n\t"
"and #0xf0, %0\n\t"
"shlr2 %0\n\t"
"cmp/eq #0x3c, %0\n\t"
"bt/s 1f ! CLI-ed\n\t"
- " stc $sr, %0\n\t"
+ " stc sr, %0\n\t"
"and %1, %0\n\t"
"or %2, %0\n\t"
- "ldc %0, $sr\n"
+ "ldc %0, sr\n"
"1:"
: "=&z" (__dummy)
: "r" (~0xf0), "r" (ip << 4)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)