commit | 4a32fea9d78f2d2315c0072757b197d5a304dc8b | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Sun Aug 17 12:30:27 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 26 13:45:45 2014 -0400 |
tree | 6cb53d3bb67bed81671ff9ff38d2f48d118a2345 | |
parent | dc5df73b3afffc8d042dadffc1c959008b2c1163 [diff] |
scheduler: Replace __get_cpu_var with this_cpu_ptr Convert all uses of __get_cpu_var for address calculation to use this_cpu_ptr instead. [Uses of __get_cpu_var with cpumask_var_t are no longer handled by this patch] Cc: Peter Zijlstra <peterz@infradead.org> Acked-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Tejun Heo <tj@kernel.org>