Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47701
b: refs/heads/master
c: 4ed3a77
h: refs/heads/master
i:
  47699: ddd6ad5
v: v3
  • Loading branch information
Ralf Baechle committed Feb 10, 2007
1 parent 85a2db9 commit 29e09f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 761fc19bdbe33ea8b7b88b88c7ca149a57a9e6b6
refs/heads/master: 4ed3a77f38c023658784804cb39a7ce18063dc88
5 changes: 1 addition & 4 deletions trunk/include/asm-mips/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ do { \
*/
#define __get_user_asm_ll32(val, addr) \
{ \
unsigned long long __gu_tmp; \
\
__asm__ __volatile__( \
"1: lw %1, (%3) \n" \
"2: lw %D1, 4(%3) \n" \
Expand All @@ -281,9 +279,8 @@ do { \
" " __UA_ADDR " 1b, 4b \n" \
" " __UA_ADDR " 2b, 4b \n" \
" .previous \n" \
: "=r" (__gu_err), "=&r" (__gu_tmp) \
: "=r" (__gu_err), "=&r" (val) \
: "0" (0), "r" (addr), "i" (-EFAULT)); \
(val) = (__typeof__(*(addr))) __gu_tmp; \
}

/*
Expand Down

0 comments on commit 29e09f4

Please sign in to comment.