Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18114
b: refs/heads/master
c: 0efb713
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 93d650b commit 3354411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f2633388d64c0489516af04e0d4cd9f01397a94
refs/heads/master: 0efb71348249903c54e71f26927cfc94ba186dfb
2 changes: 1 addition & 1 deletion trunk/include/asm-m68k/sun3_pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3354411

Please sign in to comment.