From: Alex Shi Date: Mon, 14 May 2012 21:15:31 +0000 (-0700) Subject: net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx X-Git-Tag: v3.5-rc1~143^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e8d69c543f8f62050099892b138e981db952cc;p=pandora-kernel.git net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx percpu_xxx funcs are duplicated with this_cpu_xxx funcs, so replace them for further code clean up. And in preempt safe scenario, __this_cpu_xxx funcs may has a bit better performance since __this_cpu_xxx has no redundant preempt_enable/preempt_disable on some architectures. Signed-off-by: Alex Shi Acked-by: Eric Dumazet Acked-by: David S. Miller Cc: Patrick McHardy Signed-off-by: Andrew Morton Signed-off-by: Tejun Heo --- Reading git-diff-tree failed