Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48508
b: refs/heads/master
c: 4aa362b
h: refs/heads/master
v: v3
  • Loading branch information
Yoshinori Sato authored and Paul Mundt committed Feb 13, 2007
1 parent 8005b43 commit e2166b2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 702dd80375046d36f892a0f86c83f8549c623b35
refs/heads/master: 4aa362bbdd801dd971acbe3db479fe871f2fed0b
10 changes: 4 additions & 6 deletions trunk/arch/sh/kernel/cpu/sh2/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,10 @@ interrupt_entry:
8: .long do_exception_error
trap_entry:
/* verbose BUG trapa entry check */
mov #0x3e,r8
cmp/ge r8,r9
bf/s 1f
add #-0x10,r9
add #0x10,r9
mov #0x30,r8
cmp/ge r8,r9 ! vector 0x20-0x2f is systemcall
bt 1f
add #-0x10,r9 ! convert SH2 to SH3/4 ABI
1:
shll2 r9 ! TRA
mov #OFF_TRA,r8
Expand Down

0 comments on commit e2166b2

Please sign in to comment.