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

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)