]> git.baikalelectronics.ru Git - kernel.git/commit
mm/hugetlb: Allow arch to override and call the weak function
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 28 Jul 2017 05:01:25 +0000 (10:31 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Aug 2017 13:20:30 +0000 (23:20 +1000)
commitc62b342be6369098b2d13363a271485f638a13f8
tree8f19f0910ae30e1f8482b8d6c153e90c83b8eaaa
parent185f2d58fd5c5d14c9433ff37a4ff02bd2a5195d
mm/hugetlb: Allow arch to override and call the weak function

When running in guest mode ppc64 supports a different mechanism for hugetlb
allocation/reservation. The LPAR management application called HMC can
be used to reserve a set of hugepages and we pass the details of
reserved pages via device tree to the guest. (more details in
htab_dt_scan_hugepage_blocks()) . We do the memblock_reserve of the range
and later in the boot sequence, we add the reserved range to huge_boot_pages.

But to enable 16G hugetlb on baremetal config (when we are not running as guest)
we want to do memblock reservation during boot. Generic code already does this

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
include/linux/hugetlb.h
mm/hugetlb.c