net: core: use this_cpu_ptr per-cpu helper
authorShan Wei <[email protected]>
Mon, 12 Nov 2012 15:51:54 +0000 (15:51 +0000)
committerDavid S. Miller <[email protected]>
Mon, 19 Nov 2012 23:59:44 +0000 (18:59 -0500)
commit1f743b07652f11100bee004e261b9931632beac1
tree4d383dedd374b544acbd3ad609439861bc3314ff
parent91aa76518d0352829c445a8250f0fb68aee1811a
net: core: use this_cpu_ptr per-cpu helper

flush_tasklet is a struct, not a pointer in percpu var.
so use this_cpu_ptr to get the member pointer.

Signed-off-by: Shan Wei <[email protected]>
Reviewed-by: Christoph Lameter <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/flow.c