Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133230
b: refs/heads/master
c: 61f3632
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jan 16, 2009
1 parent e134fe2 commit 1a45d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8d29b7b9f81d6b83d869ff054e6c189d6da73f1f
refs/heads/master: 61f3632fdcdcf547f6487f56b45976d7964756c4
8 changes: 4 additions & 4 deletions trunk/arch/avr32/include/asm/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@ extern int __put_user_bad(void);
asm volatile( \
"1: ld." suffix " %1, %3 \n" \
"2: \n" \
" .section .fixup, \"ax\" \n" \
" .subsection 1 \n" \
"3: mov %0, %4 \n" \
" rjmp 2b \n" \
" .previous \n" \
" .subsection 0 \n" \
" .section __ex_table, \"a\" \n" \
" .long 1b, 3b \n" \
" .previous \n" \
Expand Down Expand Up @@ -295,10 +295,10 @@ extern int __put_user_bad(void);
asm volatile( \
"1: st." suffix " %1, %3 \n" \
"2: \n" \
" .section .fixup, \"ax\" \n" \
" .subsection 1 \n" \
"3: mov %0, %4 \n" \
" rjmp 2b \n" \
" .previous \n" \
" .subsection 0 \n" \
" .section __ex_table, \"a\" \n" \
" .long 1b, 3b \n" \
" .previous \n" \
Expand Down

0 comments on commit 1a45d2e

Please sign in to comment.