summaryrefslogtreecommitdiffstats
path: root/bsps/mips
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 /bsps/mips
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 'bsps/mips')
-rw-r--r--bsps/mips/shared/irq/exception.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/mips/shared/irq/exception.S b/bsps/mips/shared/irq/exception.S
index 30c733b05e..54462c66bb 100644
--- a/bsps/mips/shared/irq/exception.S
+++ b/bsps/mips/shared/irq/exception.S
@@ -372,7 +372,7 @@ _ISR_Handler_cleanup:
/*
* prepare to get out of interrupt
- * return from interrupt (maybe to _ISR_Dispatch)
+ * return from interrupt
*
* LABEL "exit interrupt (simple case):"
* prepare to get out of interrupt