Commit d1bfc625 authored by Madalin Bucur's avatar Madalin Bucur Committed by David S. Miller

ipv4: fix 32b build

Address remaining issue after 80ec1927.
Signed-off-by: default avatarMadalin Bucur <madalin.bucur@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment