commit | ec3f64fc9c196a304c4b7db3e1ff56d640628509 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Jan 13 15:46:01 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 13 17:32:34 2011 -0800 |
tree | 43de86d9fbb6543b99e1f450b1a3c15a3f151fa0 | |
parent | e5a5623b28198aa91ea71ee5d3846757fc76bc87 [diff] |
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>