|
@@ -690,7 +690,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
|
|
|
unsigned long len, unsigned long pgoff,
|
|
|
unsigned long flags)
|
|
|
{
|
|
|
-#ifdef CONFIG_MM_SLICES
|
|
|
+#ifdef CONFIG_PPC_MM_SLICES
|
|
|
struct hstate *hstate = hstate_file(file);
|
|
|
int mmu_psize = shift_to_mmu_psize(huge_page_shift(hstate));
|
|
|
|
|
@@ -702,7 +702,7 @@ unsigned long hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
|
|
|
|
|
|
unsigned long vma_mmu_pagesize(struct vm_area_struct *vma)
|
|
|
{
|
|
|
-#ifdef CONFIG_MM_SLICES
|
|
|
+#ifdef CONFIG_PPC_MM_SLICES
|
|
|
unsigned int psize = get_slice_psize(vma->vm_mm, vma->vm_start);
|
|
|
|
|
|
return 1UL << mmu_psize_to_shift(psize);
|