Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84043
b: refs/heads/master
c: 5b808a5
h: refs/heads/master
i:
  84041: cab6484
  84039: 8b20e4d
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Feb 7, 2008
1 parent 0463b35 commit 9abc230
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d31d29540915f21d3f2bcfdd6d135fde328038a0
refs/heads/master: 5b808a593588b2e6235c59fcd278791c53667787
3 changes: 2 additions & 1 deletion trunk/include/asm-m68k/motorola_pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ static inline pte_t pte_mkcache(pte_t pte)
#define pgd_index(address) ((address) >> PGDIR_SHIFT)

/* to find an entry in a page-table-directory */
static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address)
static inline pgd_t *pgd_offset(const struct mm_struct *mm,
unsigned long address)
{
return mm->pgd + pgd_index(address);
}
Expand Down

0 comments on commit 9abc230

Please sign in to comment.