X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fchecksum.h;h=747bdd31a74b9bf1af4c5df957ce70812bc1802b;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=d4256d5f3a7c1f84553fec367ccdf47eff71fb6f;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/include/asm-arm/checksum.h b/include/asm-arm/checksum.h index d4256d5f3..747bdd31a 100644 --- a/include/asm-arm/checksum.h +++ b/include/asm-arm/checksum.h @@ -77,7 +77,7 @@ ip_fast_csum(unsigned char * iph, unsigned int ihl) mov %0, %0, lsr #16" : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (tmp1) : "1" (iph), "2" (ihl) - : "cc"); + : "cc", "memory"); return sum; }