提交 d1bfc625 编写于 作者: M Madalin Bucur 提交者: David S. Miller

ipv4: fix 32b build

Address remaining issue after 80ec1927.
Signed-off-by: NMadalin Bucur <madalin.bucur@freescale.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 80ec1927
......@@ -1496,7 +1496,7 @@ u64 snmp_fold_field64(void __percpu *mib, int offt, size_t syncp_offset)
int cpu;
for_each_possible_cpu(cpu) {
res += snmp_get_cpu_field(mib, cpu, offt, syncp_offset);
res += snmp_get_cpu_field64(mib, cpu, offt, syncp_offset);
}
return res;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册