From 3354411c5930528d638f583da66207482ab227cf Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 12 Jan 2006 01:06:20 -0800 Subject: [PATCH] --- yaml --- r: 18114 b: refs/heads/master c: 0efb71348249903c54e71f26927cfc94ba186dfb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-m68k/sun3_pgtable.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ae81ae962080..4070b155d11b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7f2633388d64c0489516af04e0d4cd9f01397a94 +refs/heads/master: 0efb71348249903c54e71f26927cfc94ba186dfb diff --git a/trunk/include/asm-m68k/sun3_pgtable.h b/trunk/include/asm-m68k/sun3_pgtable.h index e974bb072047..5156a28a18d8 100644 --- a/trunk/include/asm-m68k/sun3_pgtable.h +++ b/trunk/include/asm-m68k/sun3_pgtable.h @@ -211,7 +211,7 @@ static inline unsigned long pte_to_pgoff(pte_t pte) return pte.pte & SUN3_PAGE_PGNUM_MASK; } -static inline pte_t pgoff_to_pte(inline unsigned off) +static inline pte_t pgoff_to_pte(unsigned off) { pte_t pte = { off + SUN3_PAGE_ACCESSED }; return pte;