summaryrefslogtreecommitdiff
path: root/cpu/bf533/interrupt.S
diff options
context:
space:
mode:
authorAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
committerAubrey Li <aubrey.adi@gmail.com>2007-03-10 15:49:29 (GMT)
commit8db13d63157811c839d15a313d9f2d2f5fd10af3 (patch)
treee8f94f4059122b3218cffe1d3bbe577aea6cb6d9 /cpu/bf533/interrupt.S
parentef26a08fef928b7bc11ae2c109e638dc3a016d91 (diff)
downloadu-boot-8db13d63157811c839d15a313d9f2d2f5fd10af3.tar.xz
[Blackfin][PATCH] code cleanup
Diffstat (limited to 'cpu/bf533/interrupt.S')
-rw-r--r--cpu/bf533/interrupt.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu/bf533/interrupt.S b/cpu/bf533/interrupt.S
index a5de96b..524da8f 100644
--- a/cpu/bf533/interrupt.S
+++ b/cpu/bf533/interrupt.S
@@ -95,7 +95,7 @@ _evt_rst:
sp += 12;
_evt_rst_exit:
- rtn;
+ rtn;
irq_panic:
r0 = IRQ_EVX;
@@ -134,7 +134,7 @@ _evt_evt7:
evt_evt7_exit:
RESTORE_CONTEXT
- rti;
+ rti;
.global _evt_evt8
_evt_evt8: