Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39378
b: refs/heads/master
c: fc048b5
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 11, 2006
1 parent a944e44 commit d530fa7
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: 35d59fc5d6f318a28a99c5936171afd4edef28c8
refs/heads/master: fc048b5b0f2554bc953a8ada5b2e3b82bde2fcb0
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ extern int __get_user_4(void *);
#define get_user(x,p) \
({ \
const register typeof(*(p)) __user *__p asm("r0") = (p);\
register unsigned int __r2 asm("r2"); \
register unsigned long __r2 asm("r2"); \
register int __e asm("r0"); \
switch (sizeof(*(__p))) { \
case 1: \
Expand Down

0 comments on commit d530fa7

Please sign in to comment.