Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330308
b: refs/heads/master
c: f6412b7
h: refs/heads/master
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Benjamin Herrenschmidt committed Sep 17, 2012
1 parent 1efd291 commit c5a402a
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: f03839236392f5bc6107af5c9f749e8a48cd616c
refs/heads/master: f6412b742ac754b4bbf3acaa9c05f825505671a1
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/beat_htab.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static void beat_lpar_hpte_updateboltedpp(unsigned long newpp,
u64 dummy0, dummy1;

vsid = get_kernel_vsid(ea, MMU_SEGSIZE_256M);
va = (vsid << 28) | (ea & 0x0fffffff);
va = hpt_va(ea, vsid, MMU_SEGSIZE_256M);

raw_spin_lock(&beat_htab_lock);
slot = beat_lpar_hpte_find(va, psize);
Expand Down

0 comments on commit c5a402a

Please sign in to comment.