From: Christoph Lameter Date: Sat, 3 Oct 2009 10:48:22 +0000 (+0900) Subject: this_cpu: Straight transformations X-Git-Tag: v2.6.33-rc1~288^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca0c9584b1f16bd5911893647cb7f1be82e60554;p=pandora-kernel.git this_cpu: Straight transformations Use this_cpu_ptr and __this_cpu_ptr in locations where straight transformations are possible because per_cpu_ptr is used with either smp_processor_id() or raw_smp_processor_id(). cc: David Howells Acked-by: Tejun Heo cc: Ingo Molnar cc: Rusty Russell cc: Eric Dumazet Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed