I need to loop through each CPU so I can get a per_cpu
value from them, but there does not seem to be a for_each_cpu(i)
macro in version 2.6.26.5 of the Linux Kernel.
How can I achieve something like the following?
for_each_cpu(i) per_cpu(vm_event_states, i)