Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272031
b: refs/heads/master
c: 9b133f8
h: refs/heads/master
i:
  272029: 3fd1ede
  272027: c90f0e4
  272023: 9227985
  272015: a28e0aa
  271999: 4e30b83
v: v3
  • Loading branch information
Michal Simek committed Oct 14, 2011
1 parent 1022b9c commit 70e192d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 9c6f6f549f46940c2d48eb9618d9d0fe471c5151
refs/heads/master: 9b133f8d87a460e97b63efbf421a87741a029cd0
6 changes: 3 additions & 3 deletions trunk/arch/microblaze/lib/uaccess_old.S
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ __copy_tofrom_user:
* r7, r3 - count
* r4 - tempval
*/
beqid r7, 3f /* zero size is not likely */
beqid r7, 0f /* zero size is not likely */
andi r3, r7, 0x3 /* filter add count */
bneid r3, 4f /* if is odd value then byte copying */
or r3, r5, r6 /* find if is any to/from unaligned */
Expand All @@ -142,11 +142,11 @@ __copy_tofrom_user:
addik r7,r7,-1
bneid r7,1b
addik r3,r3,1 /* delay slot */
3:
0:
addik r3,r7,0
rtsd r15,8
nop
.size __copy_tofrom_user, . - __copy_tofrom_user

.section __ex_table,"a"
.word 1b,3b,2b,3b,5b,3b,6b,3b
.word 1b,0b,2b,0b,5b,0b,6b,0b

0 comments on commit 70e192d

Please sign in to comment.