Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62959
b: refs/heads/master
c: fdd3396
h: refs/heads/master
i:
  62957: 1d55c53
  62955: 5f20780
  62951: 84df4c8
  62943: a4258d4
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent 8591cbe commit bbec919
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: c47ffe3d3d841986108a8316f6e01792cb45d0d2
refs/heads/master: fdd33961e983dd5b1983c54ef39d243c88a4bffc
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ struct exception_table_entry
case 8: __get_user_x(8,__ret_gu,__val_gu,ptr); break; \
default: __get_user_bad(); break; \
} \
(x) = (typeof(*(ptr)))__val_gu; \
(x) = (__force typeof(*(ptr)))__val_gu; \
__ret_gu; \
})

Expand Down Expand Up @@ -192,7 +192,7 @@ struct __large_struct { unsigned long buf[100]; };
int __gu_err; \
unsigned long __gu_val; \
__get_user_size(__gu_val,(ptr),(size),__gu_err); \
(x) = (typeof(*(ptr)))__gu_val; \
(x) = (__force typeof(*(ptr)))__gu_val; \
__gu_err; \
})

Expand Down

0 comments on commit bbec919

Please sign in to comment.