Cc: <akpm@...>, <linux-arch@...>, <linux-kernel@...>, David Miller <davem@...>, Peter Zijlstra <peterz@...>, Rusty Russell <rusty@...>, Mike Travis <travis@...>
We also can avoid the use of two arrays when CONFIG_HAVE_CPU_OPS
since _CPU_INC() and __CPU_INC() are both interrupt safe.
This would reduce size of mibs by 50% and complexity (no need to sum)
--