Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm64: mm: reserve hugetlb CMA after numa_init
hugetlb_cma_reserve() is called at the wrong place. numa_init has not been done yet. so all reserved memory will be located at node0. Fixes: cf11e85 ("mm: hugetlb: optionally allocate gigantic hugepages using cma") Signed-off-by: Barry Song <[email protected]> Reviewed-by: Anshuman Khandual <[email protected]> Acked-by: Roman Gushchin <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
- Loading branch information