diff options
Diffstat (limited to 'include/asm-m68k/sun3_pgtable.h')
| -rw-r--r-- | include/asm-m68k/sun3_pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/sun3_pgtable.h b/include/asm-m68k/sun3_pgtable.h index e974bb072047..5156a28a18d8 100644 --- a/include/asm-m68k/sun3_pgtable.h +++ b/include/asm-m68k/sun3_pgtable.h | |||
| @@ -211,7 +211,7 @@ static inline unsigned long pte_to_pgoff(pte_t pte) | |||
| 211 | return pte.pte & SUN3_PAGE_PGNUM_MASK; | 211 | return pte.pte & SUN3_PAGE_PGNUM_MASK; |
| 212 | } | 212 | } |
| 213 | 213 | ||
| 214 | static inline pte_t pgoff_to_pte(inline unsigned off) | 214 | static inline pte_t pgoff_to_pte(unsigned off) |
| 215 | { | 215 | { |
| 216 | pte_t pte = { off + SUN3_PAGE_ACCESSED }; | 216 | pte_t pte = { off + SUN3_PAGE_ACCESSED }; |
| 217 | return pte; | 217 | return pte; |
