Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94072
b: refs/heads/master
c: 16a26ef
h: refs/heads/master
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Apr 28, 2008
1 parent 24fc26b commit b1fc88d
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: 5fd284fd976232dbd0d0dc94e07c91e50e2898b2
refs/heads/master: 16a26ef5ad31b59c521bd9becccaee84c0157326
2 changes: 1 addition & 1 deletion trunk/include/asm-cris/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static inline void pmd_set(pmd_t * pmdp, pte_t * ptep)
#define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))

/* 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 b1fc88d

Please sign in to comment.