Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272032
b: refs/heads/master
c: eedac79
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 14, 2011
1 parent 70e192d commit 04c5ae9
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 9b133f8d87a460e97b63efbf421a87741a029cd0
refs/heads/master: eedac7914dd4d6effa0b970a36efd898c9fc4873
10 changes: 9 additions & 1 deletion trunk/arch/microblaze/lib/uaccess_old.S
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ __copy_tofrom_user:
addik r3, r7, 0
rtsd r15, 8
nop

.section __ex_table,"a"
.word 5b, 0f;
.word 6b, 0f;
.text

4: or r3, r0, r0
1: lbu r4,r6,r3
2: sb r4,r5,r3
Expand All @@ -149,4 +155,6 @@ __copy_tofrom_user:
.size __copy_tofrom_user, . - __copy_tofrom_user

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

0 comments on commit 04c5ae9

Please sign in to comment.