Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28995
b: refs/heads/master
c: 722f4f5
h: refs/heads/master
i:
  28993: bc88421
  28991: cd9ed21
v: v3
  • Loading branch information
Roman Zippel authored and Linus Torvalds committed Jun 23, 2006
1 parent 8980b6d commit 8c7e575
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: 6444541671bd821b950dbaafee70d65188198aa6
refs/heads/master: 722f4f5b2600b8930b63a096e48b878cd6e0e15a
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ extern struct movsl_mask {
__chk_user_ptr(addr); \
asm("addl %3,%1 ; sbbl %0,%0; cmpl %1,%4; sbbl $0,%0" \
:"=&r" (flag), "=r" (sum) \
:"1" (addr),"g" ((int)(size)),"g" (current_thread_info()->addr_limit.seg)); \
:"1" (addr),"g" ((int)(size)),"rm" (current_thread_info()->addr_limit.seg)); \
flag; })

/**
Expand Down

0 comments on commit 8c7e575

Please sign in to comment.