[10/17] Use GFP_VFALLBACK for sparsemem.

2007-09-25 Thread Christoph Lameter
Sparsemem currently attempts first to do a physically contiguous mapping and then falls back to vmalloc. The same thing can now be accomplished using GFP_VFALLBACK. Signed-off-by: Christoph Lameter [EMAIL PROTECTED] --- mm/sparse.c | 23 +++ 1 file changed, 3

[10/17] Use GFP_VFALLBACK for sparsemem.

2007-09-18 Thread Christoph Lameter
Sparsemem currently attempts first to do a physically contiguous mapping and then falls back to vmalloc. The same thing can now be accomplished using GFP_VFALLBACK. Signed-off-by: Christoph Lameter [EMAIL PROTECTED] --- mm/sparse.c | 23 +++ 1 file changed, 3