commit | 339b0c0813a257893fa84be999b9b85a50846dd8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Oct 03 01:13:47 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 03 08:03:40 2006 -0700 |
tree | 572d37248fc56d8a364540621375bf7447b248cf | |
parent | afefdbb28a0a2af689926c30b94a14aea6036719 [diff] |
[PATCH] FRV: Permit large kmalloc allocations [try #2] Permit kmalloc() to make allocations of up to 32MB if so configured. This may be useful under NOMMU conditions where vmalloc() can't do this. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>