From: Eric Dumazet Date: Thu, 24 Jun 2010 00:52:37 +0000 (+0000) Subject: net: use this_cpu_ptr() X-Git-Tag: v2.6.36-rc1~571^2~442 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9b2d59507d85569b8a456688ef40cf2ac73e48;p=pandora-kernel.git net: use this_cpu_ptr() use this_cpu_ptr(p) instead of per_cpu_ptr(p, smp_processor_id()) Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed