x86: Use this_cpu_ops to optimize code
authorTejun Heo <tj@kernel.org>
Sat, 18 Dec 2010 15:28:55 +0000 (16:28 +0100)
committerTejun Heo <tj@kernel.org>
Thu, 30 Dec 2010 11:20:28 +0000 (12:20 +0100)
Go through x86 code and replace __get_cpu_var and get_cpu_var
instances that refer to a scalar and are not used for address
determinations.

Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found