diff options
Diffstat (limited to 'arch/powerpc/include/asm/hugetlb.h')
-rw-r--r-- | arch/powerpc/include/asm/hugetlb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/hugetlb.h b/arch/powerpc/include/asm/hugetlb.h index 863f49d5ea35..dfdb95bc59a5 100644 --- a/arch/powerpc/include/asm/hugetlb.h +++ b/arch/powerpc/include/asm/hugetlb.h | |||
@@ -124,8 +124,7 @@ static inline int huge_ptep_set_access_flags(struct vm_area_struct *vma, | |||
124 | unsigned long addr, pte_t *ptep, | 124 | unsigned long addr, pte_t *ptep, |
125 | pte_t pte, int dirty) | 125 | pte_t pte, int dirty) |
126 | { | 126 | { |
127 | #if defined(CONFIG_PPC_MMU_NOHASH) && \ | 127 | #ifdef HUGETLB_NEED_PRELOAD |
128 | !(defined(CONFIG_PPC_FSL_BOOK3E) && defined(CONFIG_PPC32)) | ||
129 | /* | 128 | /* |
130 | * The "return 1" forces a call of update_mmu_cache, which will write a | 129 | * The "return 1" forces a call of update_mmu_cache, which will write a |
131 | * TLB entry. Without this, platforms that don't do a write of the TLB | 130 | * TLB entry. Without this, platforms that don't do a write of the TLB |