]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: Replace __get_cpu_var with this_cpu_ptr
authorChristoph Lameter <cl@linux.com>
Tue, 15 Apr 2014 17:39:14 +0000 (12:39 -0500)
committerTejun Heo <tj@kernel.org>
Tue, 15 Apr 2014 18:21:37 +0000 (14:21 -0400)
commit1e4e67fbb89b5a900b9d7f63d4b9433af9fbb2f6
tree1db0df4da7fad5d8564442ff0decacbddea8a9af
parent55addf3150ef37e6b38d415547cc6f20b4d9aca1
percpu: Replace __get_cpu_var with this_cpu_ptr

__this_cpu_ptr is being phased out.  Use raw_cpu_ptr instead which was
introduced in 3.15-rc1.  One case of using __get_cpu_var in the
get_cpu_var macro for address calculation was remaining in
include/linux/percpu.h.

tj: Updated patch description.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/percpu.h