Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155832
b: refs/heads/master
c: 7bcb63b
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Jul 27, 2009
1 parent 6bfaec1 commit 5832076
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: ea3fd1466f81a851452bf7f34ccb9b5058e4793c
refs/heads/master: 7bcb63b21327427b130edeb6e6ad44ee260b3043
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ extern long strnlen_user(const char *src, long count);

#define __put_user(x, ptr) \
({ \
__typeof__(*(ptr)) __gu_val = x; \
__typeof__(*(ptr)) volatile __gu_val = (x); \
long __gu_err = 0; \
switch (sizeof(__gu_val)) { \
case 1: \
Expand Down

0 comments on commit 5832076

Please sign in to comment.