]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - mm/percpu-vm.c
percpu: use bitmap_clear
authorAkinobu Mita <akinobu.mita@gmail.com>
Fri, 20 Jan 2012 15:15:23 +0000 (00:15 +0900)
committerTejun Heo <tj@kernel.org>
Fri, 20 Jan 2012 17:23:16 +0000 (09:23 -0800)
commit26dd8e0291fd699142722632c6588a438d6ef0e4
tree42c9d4e7d88f71850e025d94ebdcd820041110a8
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
percpu: use bitmap_clear

Use bitmap_clear rather than clearing individual bits in a memory region.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
mm/percpu-vm.c