net: core: use this_cpu_ptr per-cpu helper
authorShan Wei <davidshan@tencent.com>
Mon, 12 Nov 2012 15:51:54 +0000 (15:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2012 23:59:44 +0000 (18:59 -0500)
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 <davidshan@tencent.com>
Reviewed-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found