]> git.karo-electronics.de Git - mv-sheeva.git/commit
mm: remove gfp mask from pcpu_get_vm_areas
authorDavid Rientjes <rientjes@google.com>
Thu, 13 Jan 2011 23:46:01 +0000 (15:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:32:34 +0000 (17:32 -0800)
commitec3f64fc9c196a304c4b7db3e1ff56d640628509
tree43de86d9fbb6543b99e1f450b1a3c15a3f151fa0
parente5a5623b28198aa91ea71ee5d3846757fc76bc87
mm: remove gfp mask from pcpu_get_vm_areas

pcpu_get_vm_areas() only uses GFP_KERNEL allocations, so remove the gfp_t
formal and use the mask internally.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/vmalloc.h
mm/percpu-vm.c
mm/vmalloc.c