x86: Use this_cpu_has for thermal_interrupt current cpu
authorChristoph Lameter <cl@linux.com>
Sat, 12 Mar 2011 11:50:46 +0000 (12:50 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 29 Mar 2011 08:18:30 +0000 (10:18 +0200)
It is more effective to use a segment prefix instead of calculating the
address of the current cpu area amd then testing flags.

Signed-off-by: Christoph Lameter <cl@linux.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Tejun Heo <tj@kernel.org>

No differences found