]> git.baikalelectronics.ru Git - kernel.git/commit
percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary
authorDave Young <dyoung@redhat.com>
Wed, 23 Nov 2011 16:20:53 +0000 (08:20 -0800)
committerTejun Heo <tj@kernel.org>
Wed, 23 Nov 2011 16:20:53 +0000 (08:20 -0800)
commitb4678952ddb563b3210d157c8900c99c14048258
tree2fdbe50888cc77b740862c0f6f182082a4aeeab9
parent0fb9a4e72d282a8ade27d4871e2344d196cabe4f
percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary

Add comments about current per_cpu_ptr_to_phys implementation to
explain why the logic is more complicated than necessary.

-tj: relocated comment into kerneldoc comment

Signed-off-by: Dave Young <dyoung@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu.c