Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70876
b: refs/heads/master
c: dc6adfb
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Oct 17, 2007
1 parent b417cc4 commit 7f96fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bfce5c3ce5923f4583ae10b18e4667668c0201dd
refs/heads/master: dc6adfb33faf3ca517bf882d859e15b005460961
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/iseries/htab.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ static inline void iSeries_hunlock(unsigned long slot)
spin_unlock(&iSeries_hlocks[(slot >> 4) & 0x3f]);
}

long iSeries_hpte_insert(unsigned long hpte_group, unsigned long va,
static long iSeries_hpte_insert(unsigned long hpte_group, unsigned long va,
unsigned long pa, unsigned long rflags,
unsigned long vflags, int psize)
unsigned long vflags, int psize, int ssize)
{
long slot;
struct hash_pte lhpte;
Expand Down

0 comments on commit 7f96fbd

Please sign in to comment.