powerpc/8xx: Fix build with hugetlbfs enabled
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Tue, 10 Apr 2018 08:51:26 +0000 (14:21 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 11 Apr 2018 02:00:23 +0000 (12:00 +1000)
commit032900e62c176d75923baf95ad880e5d6ba71171
tree685e6da458bb249963613799ab92a249fb297cf2
parent3b8070335f751aac9f1526ae2e012e6f5b8b0f21
powerpc/8xx: Fix build with hugetlbfs enabled

8xx uses the 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

  arch/powerpc/mm/slice.c: In function 'slice_get_unmapped_area':
  arch/powerpc/mm/slice.c:655:2: error: implicit declaration of function 'need_extra_context'
  arch/powerpc/mm/slice.c:656:3: error: implicit declaration of function 'alloc_extended_context'

on PPC64 the mmu_context.h was included via linux/pkeys.h

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/slice.c