]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: Extend gfp masking to the page allocator
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 18 Jun 2009 03:24:12 +0000 (13:24 +1000)
committerLinus 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