diff --git a/[refs] b/[refs] index b1a004896625..eee03129d5fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1f9d29493992ddd6af6b3e313a603770f29c0408 +refs/heads/master: d02d6be5d52a98be32c93d2ea7a0068991774a20 diff --git a/trunk/include/asm-sh/checksum_32.h b/trunk/include/asm-sh/checksum_32.h index 4bc8357e8892..14b7ac2f0a07 100644 --- a/trunk/include/asm-sh/checksum_32.h +++ b/trunk/include/asm-sh/checksum_32.h @@ -109,7 +109,7 @@ static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) will assume they contain their original values. */ : "=r" (sum), "=r" (iph), "=r" (ihl), "=&r" (__dummy0), "=&z" (__dummy1) : "1" (iph), "2" (ihl) - : "t"); + : "t", "memory"); return csum_fold(sum); }