patch-2.4.14 linux/include/asm-m68k/semaphore.h
Next file: linux/include/asm-m68k/serial.h
Previous file: linux/include/asm-m68k/raw_io.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Oct 25 13:53:55 2001
- Orig file:
v2.4.13/linux/include/asm-m68k/semaphore.h
- Orig date:
Tue Apr 17 17:19:31 2001
diff -u --recursive --new-file v2.4.13/linux/include/asm-m68k/semaphore.h linux/include/asm-m68k/semaphore.h
@@ -126,7 +126,7 @@
".previous"
: "=d" (result)
: "a" (sem1)
- : "%d0", "memory");
+ : "memory");
return result;
}
@@ -152,7 +152,7 @@
".previous"
: "=d" (result)
: "a" (sem1)
- : "%d0", "memory");
+ : "memory");
return result;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)