]> git.baikalelectronics.ru Git - kernel.git/commit
scheduler: Replace __get_cpu_var with this_cpu_ptr
authorChristoph Lameter <cl@linux.com>
Sun, 17 Aug 2014 17:30:27 +0000 (12:30 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 26 Aug 2014 17:45:45 +0000 (13:45 -0400)
commit7a3f7fe8ca2f8788e11b47de0abe9f3ce0731fb6
tree6cb53d3bb67bed81671ff9ff38d2f48d118a2345
parentd0a57c195b93ad52d748604cbfaee896def57d99
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>
include/linux/kernel_stat.h
kernel/events/callchain.c
kernel/events/core.c
kernel/sched/sched.h
kernel/taskstats.c
kernel/time/tick-sched.c
kernel/user-return-notifier.c