]> git.baikalelectronics.ru Git - kernel.git/commit
hugetlb: support boot allocate different sizes
authorAndi Kleen <ak@suse.de>
Thu, 24 Jul 2008 04:27:48 +0000 (21:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:18 +0000 (10:47 -0700)
commit1a35d849218350c6016c9f0723f342c790a03d3b
tree9c55a56ad5bb36219c8cf030329e67acd1b7e2e0
parentd24d4969b19353bca14ad9e27021f736af0eed33
hugetlb: support boot allocate different sizes

Make some infrastructure changes to allow boot-time allocation of
different hugepage page sizes.

- move all basic hstate initialisation into hugetlb_add_hstate
- create a new function hugetlb_hstate_alloc_pages() to do the
  actual initial page allocations. Call this function early in
  order to allocate giant pages from bootmem.
- Check for multiple hugepages= parameters

Acked-by: Adam Litke <agl@us.ibm.com>
Acked-by: Nishanth Aravamudan <nacc@us.ibm.com>
Acked-by: Andrew Hastings <abh@cray.com>
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>
mm/hugetlb.c