git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a5623
)
mm: remove gfp mask from pcpu_get_vm_areas
author
David Rientjes
<rientjes@google.com>
Thu, 13 Jan 2011 23:46:01 +0000
(15:46 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 14 Jan 2011 01:32:34 +0000
(17:32 -0800)
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>
No differences found