hugetlb: allow arch overridden hugepage allocation
authorJon Tollefson <[email protected]>
Thu, 24 Jul 2008 04:27:52 +0000 (21:27 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:19 +0000 (10:47 -0700)
commit53ba51d21d6e048424ab8aadfebdb1f25ae07b60
tree0d5c5ee420e85f3a86ff7fe9151e7c3d547e7de1
parente11bfbfcb08ef4223b863799897c19cdf7c5bc00
hugetlb: allow arch overridden hugepage allocation

Allow alloc_bootmem_huge_page() to be overridden by architectures that
can't always use bootmem.  This requires huge_boot_pages to be available
for use by this function.

This is required for powerpc 16G pages, which have to be reserved prior to
boot-time.  The location of these pages are indicated in the device tree.

Acked-by: Adam Litke <[email protected]>
Signed-off-by: Jon Tollefson <[email protected]>
Signed-off-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/hugetlb.h
mm/hugetlb.c