Re: [PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

2018-04-29 Thread Aneesh Kumar K.V
Michael Ellerman writes: > "Aneesh Kumar K.V" writes: > >> 8xx use slice code when hugetlbfs is enabled. We missed a header include on >> 8xx which resulted in the below build failure. >> >> config: mpc885_ads_defconfig + CONFIG_HUGETLBFS >> >>

Re: [PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

2018-04-17 Thread Michael Ellerman
"Aneesh Kumar K.V" writes: > 8xx use slice code when hugetlbfs is enabled. We missed a header include on > 8xx which resulted in the below build failure. > > config: mpc885_ads_defconfig + CONFIG_HUGETLBFS > >CC arch/powerpc/mm/slice.o >

Re: [PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

2018-04-17 Thread Christophe LEROY
Le 16/04/2018 à 13:27, Aneesh Kumar K.V a écrit : 8xx use slice code when hugetlbfs is enabled. We missed a header include on 8xx which resulted in the below build failure. config: mpc885_ads_defconfig + CONFIG_HUGETLBFS CC arch/powerpc/mm/slice.o arch/powerpc/mm/slice.c: In

[PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

2018-04-16 Thread Aneesh Kumar K.V
8xx use slice code when hugetlbfs is enabled. We missed a header include on 8xx which resulted in the below build failure. config: mpc885_ads_defconfig + CONFIG_HUGETLBFS CC arch/powerpc/mm/slice.o arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area':

[PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

2018-04-10 Thread Aneesh Kumar K.V
8xx use slice code when hugetlbfs is enabled. We missed a header include on 8xx which resulted in the below build failure. config: mpc885_ads_defconfig + CONFIG_HUGETLBFS CC arch/powerpc/mm/slice.o arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area':