From: Tejun Heo Date: Sat, 18 Dec 2010 15:30:05 +0000 (+0100) Subject: x86: Replace uses of current_cpu_data with this_cpu ops X-Git-Tag: v2.6.38-rc1~455^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b543a5334ff4ea2e3ad3b777fc23cdb8072a988;p=pandora-kernel.git x86: Replace uses of current_cpu_data with this_cpu ops Replace all uses of current_cpu_data with this_cpu operations on the per cpu structure cpu_info. The scala accesses are replaced with the matching this_cpu ops which results in smaller and more efficient code. In the long run, it might be a good idea to remove cpu_data() macro too and use per_cpu macro directly. tj: updated description Cc: Yinghai Lu Cc: Ingo Molnar Acked-by: H. Peter Anvin Acked-by: Tejun Heo Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed