Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11195
b: refs/heads/master
c: 27c7c16
h: refs/heads/master
i:
  11193: af80db3
  11191: 92ddf05
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent b8423ee commit c780571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 340ee4b98c0543b5632cac975a7449a2d28762d8
refs/heads/master: 27c7c1657df54352838d176b39e119b799bf7855
2 changes: 0 additions & 2 deletions trunk/include/asm-mips/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ struct __large_struct { unsigned long buf[100]; };
__typeof(*(ptr)) __gu_val = (__typeof(*(ptr))) 0; \
long __gu_err = 0; \
\
might_sleep(); \
switch (size) { \
case 1: __get_user_asm("lb", ptr); break; \
case 2: __get_user_asm("lh", ptr); break; \
Expand Down Expand Up @@ -300,7 +299,6 @@ extern void __get_user_unknown(void);
__typeof__(*(ptr)) __pu_val; \
long __pu_err = 0; \
\
might_sleep(); \
__pu_val = (x); \
switch (size) { \
case 1: __put_user_asm("sb", ptr); break; \
Expand Down

0 comments on commit c780571

Please sign in to comment.