summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-06 19:34:15 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-08 08:09:25 +0100
commit4fea054ca575418a4190f0b7876c206382ccfd05 (patch)
tree8d7fcd38cfc4828dbf75bf5d446dd81ac92cc4c3 /cpukit/score/cpu/moxie
parentscore: Rename interrupt stack symbols (diff)
downloadrtems-4fea054ca575418a4190f0b7876c206382ccfd05.tar.bz2
score: Remove _ISR_Dispatch()
This function was only used on some m68k variants. On these m68k variants there is no need to use a global symbol. Use a local label instead. Remove _ISR_Dispatch() from the architecture-independent layer.
Diffstat (limited to 'cpukit/score/cpu/moxie')
-rw-r--r--cpukit/score/cpu/moxie/cpu_asm.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/score/cpu/moxie/cpu_asm.S b/cpukit/score/cpu/moxie/cpu_asm.S
index 080d2317bf..20842149ca 100644
--- a/cpukit/score/cpu/moxie/cpu_asm.S
+++ b/cpukit/score/cpu/moxie/cpu_asm.S
@@ -87,21 +87,6 @@ SYM(_ISR_Handler):
brk
-/*
- Called from ISR_Handler as a way of ending IRQ
- but allowing dispatch to another task.
- Must use RTE as CCR is still on stack but IRQ has been serviced.
- CCR and PC occupy same word so rte can be used.
- now using task stack
-*/
-
- .align 2
- .global SYM(_ISR_Dispatch)
-
-SYM(_ISR_Dispatch):
- brk
-
-
.align 2
.global SYM(_CPU_Context_save_fp)