commit | 970d032fec3f9687446595ee2569fb70b858a69f | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 18 13:54:15 2012 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Dec 12 16:48:52 2012 +0100 |
tree | 18fdf6999d82569a14a41021328f459a7f4bbd97 | |
parent | f65aad41772f6a0022e9763fe06f47604449964c [diff] [blame] |
MIPS: Transparent Huge Pages support Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/pgtable-64.h b/arch/mips/include/asm/pgtable-64.h index f5b521d..c631910 100644 --- a/arch/mips/include/asm/pgtable-64.h +++ b/arch/mips/include/asm/pgtable-64.h
@@ -175,7 +175,7 @@ static inline int pmd_bad(pmd_t pmd) { -#ifdef CONFIG_HUGETLB_PAGE +#ifdef CONFIG_MIPS_HUGE_TLB_SUPPORT /* pmd_huge(pmd) but inline */ if (unlikely(pmd_val(pmd) & _PAGE_HUGE)) return 0;