From c78b8b4b763386457d0ee0e3bade0494fbf46d7a Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 1 Jun 2001 00:51:41 +0000 Subject: Recent reformatting patch broke the constraints of csum_tcpudp_nofold() resulting bascially in the collapse of TCP. --- include/asm-mips64/checksum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-mips64/checksum.h b/include/asm-mips64/checksum.h index bfac60ffe..bec7d4b98 100644 --- a/include/asm-mips64/checksum.h +++ b/include/asm-mips64/checksum.h @@ -161,7 +161,7 @@ static inline unsigned long csum_tcpudp_nofold(unsigned long saddr, "dsrl32\t%0, %0, 0\n\t" ".set\tat" : "=r" (sum) - : "r" (daddr), "r"(saddr), + : "0" (daddr), "r"(saddr), #ifdef __MIPSEL__ "r" ((ntohs(len)<<16)+proto*256), #else -- cgit v1.2.3