commit | 74768ed833344bb0f82b97cee46320a3d7f09ecd | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Tue Aug 12 15:08:39 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 12 16:07:27 2008 -0700 |
tree | eee3404d1dd51eb184eab88e12dbc774dc693522 | |
parent | 866c36637f79506b283a6872a7c313b5ef499985 [diff] |
page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash() .. since a failed allocation is being (initially) handled gracefully, and panic()-ed upon failure explicitly in the function if retries with smaller sizes failed. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>