powerpc/mm: Fix hugetlb page initialization
authorSachin Sant <sachinp@linux.vnet.ibm.com>
Mon, 6 May 2019 12:03:33 +0000 (17:33 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 6 May 2019 12:37:39 +0000 (22:37 +1000)
commit04a1942933ced67d2b73c156017bf13476b7146b
tree7f24dfc5ea53cd6091936150af629f6ae088ad34
parent6be6a8de1b55e719e3f95894910743719065d6a1
powerpc/mm: Fix hugetlb page initialization

This patch fixes a regression by using correct kernel config variable
for HUGETLB_PAGE_SIZE_VARIABLE.

Without this huge pages are disabled during kernel boot.
[0.309496] hugetlbfs: disabling because there are no supported hugepage sizes

Fixes: c5710cd20735 ("powerpc/mm: cleanup HPAGE_SHIFT setup")
Reported-by: Sachin Sant <sachinp@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Tested-by: Sachin Sant <sachinp@linux.ibm.com>
Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/hugetlbpage.c