From: Christoph Lameter Date: Sat, 12 Mar 2011 11:51:12 +0000 (+0100) Subject: acpi throttling: Use this_cpu_has and simplify code current cpu X-Git-Tag: v3.0-rc1~396^2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d42a53e0f46505b39494041d514372235817e15;p=pandora-kernel.git acpi throttling: Use this_cpu_has and simplify code current cpu With the this_cpu_xx we no longer need to pass an acpi structure to the msr management code. Simplifies code and improves performance. NOTE: This code is x86 specific (see #ifdef CONFIG_X86) but not under arch/x86. Signed-off-by: Christoph Lameter Acked-by: Tejun Heo Signed-off-by: Tejun Heo --- Reading git-diff-tree failed