diff --git a/[refs] b/[refs] index 03d84d95f24c..69f15acc5d52 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a515bcbea580a65ced92405b083299df9003748 +refs/heads/master: 609a70ac927b72da647ccee7873d928d45055eae diff --git a/trunk/include/asm-frv/checksum.h b/trunk/include/asm-frv/checksum.h index 9b1689850187..269da09ff637 100644 --- a/trunk/include/asm-frv/checksum.h +++ b/trunk/include/asm-frv/checksum.h @@ -75,7 +75,7 @@ __sum16 ip_fast_csum(const void *iph, unsigned int ihl) : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (inc), "=&r"(tmp) : "0" (sum), "1" (iph), "2" (ihl), "3" (4), "m"(*(volatile struct { int _[100]; } *)iph) - : "icc0", "icc1" + : "icc0", "icc1", "memory" ); return (__force __sum16)~sum;