patch-2.4.23 linux-2.4.23/include/asm-x86_64/checksum.h

Next file: linux-2.4.23/include/asm-x86_64/cpufeature.h
Previous file: linux-2.4.23/include/asm-x86_64/calling.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-x86_64/checksum.h linux-2.4.23/include/asm-x86_64/checksum.h
@@ -68,7 +68,8 @@
 	   are modified, we must also specify them as outputs, or gcc
 	   will assume they contain their original values. */
 	: "=r" (sum), "=r" (iph), "=r" (ihl)
-	: "1" (iph), "2" (ihl));
+	: "1" (iph), "2" (ihl) 
+	: "memory");
 	return(sum);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)