]> git.baikalelectronics.ru Git - kernel.git/commit
mm: introduce non panic alloc_bootmem
authorAndi Kleen <ak@suse.de>
Thu, 24 Jul 2008 04:27:45 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:17 +0000 (10:47 -0700)
commite9b966cc93252b46c7bf99a475daadd8ffb0987f
treeabc6b326e293d3a685d943956d32ab4038a90e1f
parent6d9b8bb3e73fd99488c47c607be9e80f790776d3
mm: introduce non panic alloc_bootmem

Straight forward variant of the existing __alloc_bootmem_node, only
subsequent patch when allocating giant hugepages at boot -- don't want to
panic if we can't allocate as many as the user asked for.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bootmem.h
mm/bootmem.c