Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 384
b: refs/heads/master
c: efab773
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Nyberg authored and Linus Torvalds committed Apr 22, 2005
1 parent 489d8ed commit 079a47e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 21b7ef0c6c62a14bc8e1c8c0af4e1f0ba3a56d66
refs/heads/master: efab7739d99eae948971140b2aa3dddf7f72c900
12 changes: 6 additions & 6 deletions trunk/arch/x86_64/lib/putuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ __put_user_2:
jc 20f
cmpq threadinfo_addr_limit(%r8),%rcx
jae 20f
2: decq %rcx
movw %dx,(%rcx)
decq %rcx
2: movw %dx,(%rcx)
xorl %eax,%eax
ret
20: decq %rcx
Expand All @@ -64,8 +64,8 @@ __put_user_4:
jc 30f
cmpq threadinfo_addr_limit(%r8),%rcx
jae 30f
3: subq $3,%rcx
movl %edx,(%rcx)
subq $3,%rcx
3: movl %edx,(%rcx)
xorl %eax,%eax
ret
30: subq $3,%rcx
Expand All @@ -79,8 +79,8 @@ __put_user_8:
jc 40f
cmpq threadinfo_addr_limit(%r8),%rcx
jae 40f
4: subq $7,%rcx
movq %rdx,(%rcx)
subq $7,%rcx
4: movq %rdx,(%rcx)
xorl %eax,%eax
ret
40: subq $7,%rcx
Expand Down

0 comments on commit 079a47e

Please sign in to comment.