• Paul Mackerras's avatar
    powerpc: Fix hugetlb with CONFIG_PPC_MM_SLICES=y · 25c29f9e
    Paul Mackerras authored
    Commit 41151e77 ("powerpc: Hugetlb for BookE") added some
    #ifdef CONFIG_MM_SLICES conditionals to hugetlb_get_unmapped_area()
    and vma_mmu_pagesize().  Unfortunately this is not the correct config
    symbol; it should be CONFIG_PPC_MM_SLICES.  The result is that
    attempting to use hugetlbfs on 64-bit Power server processors results
    in an infinite stack recursion between get_unmapped_area() and
    hugetlb_get_unmapped_area().
    
    This fixes it by changing the #ifdef to use CONFIG_PPC_MM_SLICES
    in those functions and also in book3e_hugetlb_preload().
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
    25c29f9e
hugetlbpage-book3e.c 2.86 KB