From: Jon Tollefson Date: Thu, 24 Jul 2008 04:27:52 +0000 (-0700) Subject: hugetlb: allow arch overridden hugepage allocation X-Git-Tag: v2.6.27-rc1~783 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53ba51d21d6e048424ab8aadfebdb1f25ae07b60;p=pandora-kernel.git 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 Signed-off-by: Jon Tollefson Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed