diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-generic/pgtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h index 1ac457511f4e..b234d54f2cb6 100644 --- a/include/asm-generic/pgtable.h +++ b/include/asm-generic/pgtable.h | |||
| @@ -805,13 +805,13 @@ static inline int pmd_trans_huge(pmd_t pmd) | |||
| 805 | { | 805 | { |
| 806 | return 0; | 806 | return 0; |
| 807 | } | 807 | } |
| 808 | #ifndef __HAVE_ARCH_PMD_WRITE | 808 | #ifndef pmd_write |
| 809 | static inline int pmd_write(pmd_t pmd) | 809 | static inline int pmd_write(pmd_t pmd) |
| 810 | { | 810 | { |
| 811 | BUG(); | 811 | BUG(); |
| 812 | return 0; | 812 | return 0; |
| 813 | } | 813 | } |
| 814 | #endif /* __HAVE_ARCH_PMD_WRITE */ | 814 | #endif /* pmd_write */ |
| 815 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ | 815 | #endif /* CONFIG_TRANSPARENT_HUGEPAGE */ |
| 816 | 816 | ||
| 817 | #ifndef pud_write | 817 | #ifndef pud_write |
