aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/lib/csum-partial_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/csum-partial_64.c b/arch/x86/lib/csum-partial_64.c
index 9baca3e054be..e7925d668b68 100644
--- a/arch/x86/lib/csum-partial_64.c
+++ b/arch/x86/lib/csum-partial_64.c
@@ -94,7 +94,7 @@ static unsigned do_csum(const unsigned char *buff, unsigned len)
94 : "m" (*(unsigned long *)buff), 94 : "m" (*(unsigned long *)buff),
95 "r" (zero), "0" (result)); 95 "r" (zero), "0" (result));
96 --count; 96 --count;
97 buff += 8; 97 buff += 8;
98 } 98 }
99 result = add32_with_carry(result>>32, 99 result = add32_with_carry(result>>32,
100 result&0xffffffff); 100 result&0xffffffff);