Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101839
b: refs/heads/master
c: 585583d
h: refs/heads/master
i:
  101837: 8fe52f7
  101835: 1a6392e
  101831: 2648e1a
  101823: ea4d55e
v: v3
  • Loading branch information
Kumar Gala authored and Benjamin Herrenschmidt committed Jul 15, 2008
1 parent ff04a15 commit b4aea7f
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: 7ff86b0317bc40c665aab62f3b7669713ade07c5
refs/heads/master: 585583d95c5660973bc0cf64add517b040acd8a4
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/pgtable-ppc32.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ static inline unsigned long long pte_update(pte_t *p,
: "cc" );
#else /* PTE_ATOMIC_UPDATES */
unsigned long long old = pte_val(*p);
*p = __pte((old & ~clr) | set);
*p = __pte((old & ~(unsigned long long)clr) | set);
#endif /* !PTE_ATOMIC_UPDATES */

#ifdef CONFIG_44x
Expand Down

0 comments on commit b4aea7f

Please sign in to comment.