diff options
-rw-r--r-- | include/asm-m68k/motorola_pgtable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-m68k/motorola_pgtable.h b/include/asm-m68k/motorola_pgtable.h index d029b75bcf04..13135d4821d8 100644 --- a/include/asm-m68k/motorola_pgtable.h +++ b/include/asm-m68k/motorola_pgtable.h | |||
@@ -191,7 +191,8 @@ static inline pte_t pte_mkcache(pte_t pte) | |||
191 | #define pgd_index(address) ((address) >> PGDIR_SHIFT) | 191 | #define pgd_index(address) ((address) >> PGDIR_SHIFT) |
192 | 192 | ||
193 | /* to find an entry in a page-table-directory */ | 193 | /* to find an entry in a page-table-directory */ |
194 | static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address) | 194 | static inline pgd_t *pgd_offset(const struct mm_struct *mm, |
195 | unsigned long address) | ||
195 | { | 196 | { |
196 | return mm->pgd + pgd_index(address); | 197 | return mm->pgd + pgd_index(address); |
197 | } | 198 | } |