Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62960
b: refs/heads/master
c: 97f1e7f
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent bbec919 commit 78a0eae
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: fdd33961e983dd5b1983c54ef39d243c88a4bffc
refs/heads/master: 97f1e7f7d2cd950f90d64ac6920822e709095519
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
_EMIT_BUG_ENTRY \
: : "i" (__FILE__), "i" (__LINE__), "i" (0), \
"i" (sizeof(struct bug_entry)), \
"r" ((long)(x))); \
"r" ((__force long)(x))); \
} \
} while (0)

Expand Down

0 comments on commit 78a0eae

Please sign in to comment.