Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89473
b: refs/heads/master
c: e4b05d4
h: refs/heads/master
i:
  89471: 0c82717
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Tony Luck committed Apr 9, 2008
1 parent ff5bfd6 commit 9b35206
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: 3975afffd32b84c0ad6797debe5abd179f44a698
refs/heads/master: e4b05d4097eb6dab08bda86a72f6fdfdd9816395
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ pgd_index (unsigned long address)
/* The offset in the 1-level directory is given by the 3 region bits
(61..63) and the level-1 bits. */
static inline pgd_t*
pgd_offset (struct mm_struct *mm, unsigned long address)
pgd_offset (const struct mm_struct *mm, unsigned long address)
{
return mm->pgd + pgd_index(address);
}
Expand Down

0 comments on commit 9b35206

Please sign in to comment.