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:
9729a6e
)
mm: Extend gfp masking to the page allocator
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 18 Jun 2009 03:24:12 +0000
(13:24 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 18 Jun 2009 20:12:57 +0000
(13:12 -0700)
The page allocator also needs the masking of gfp flags during boot,
so this moves it out of slab/slub and uses it with the page allocator
as well.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found