Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223338
b: refs/heads/master
c: e5674ad
h: refs/heads/master
v: v3
  • Loading branch information
Tony Wu authored and Ralf Baechle committed Dec 16, 2010
1 parent 266e7e1 commit 39baa7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 515b029d005b5694cf612a0a5ca6f861a7e45362
refs/heads/master: e5674ad6ca9f1020c2bcc009a55becba3c30d8a3
4 changes: 2 additions & 2 deletions trunk/arch/mips/lib/memset.S
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,16 @@ FEXPORT(__bzero)

.Lfwd_fixup:
PTR_L t0, TI_TASK($28)
LONG_L t0, THREAD_BUADDR(t0)
andi a2, 0x3f
LONG_L t0, THREAD_BUADDR(t0)
LONG_ADDU a2, t1
jr ra
LONG_SUBU a2, t0

.Lpartial_fixup:
PTR_L t0, TI_TASK($28)
LONG_L t0, THREAD_BUADDR(t0)
andi a2, LONGMASK
LONG_L t0, THREAD_BUADDR(t0)
LONG_ADDU a2, t1
jr ra
LONG_SUBU a2, t0
Expand Down

0 comments on commit 39baa7b

Please sign in to comment.