diff options
Diffstat (limited to 'arch/mips/include')
| -rw-r--r-- | arch/mips/include/asm/pgtable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h index 1a508a74d48d..129e0328367f 100644 --- a/arch/mips/include/asm/pgtable.h +++ b/arch/mips/include/asm/pgtable.h | |||
| @@ -534,6 +534,9 @@ static inline int io_remap_pfn_range(struct vm_area_struct *vma, | |||
| 534 | 534 | ||
| 535 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE | 535 | #ifdef CONFIG_TRANSPARENT_HUGEPAGE |
| 536 | 536 | ||
| 537 | /* We don't have hardware dirty/accessed bits, generic_pmdp_establish is fine.*/ | ||
| 538 | #define pmdp_establish generic_pmdp_establish | ||
| 539 | |||
| 537 | #define has_transparent_hugepage has_transparent_hugepage | 540 | #define has_transparent_hugepage has_transparent_hugepage |
| 538 | extern int has_transparent_hugepage(void); | 541 | extern int has_transparent_hugepage(void); |
| 539 | 542 | ||
