From 4fea054ca575418a4190f0b7876c206382ccfd05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Nov 2018 19:34:15 +0100 Subject: 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. --- cpukit/score/cpu/mips/cpu_asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/mips/cpu_asm.S') diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S index 8a58831b92..5692af22d7 100644 --- a/cpukit/score/cpu/mips/cpu_asm.S +++ b/cpukit/score/cpu/mips/cpu_asm.S @@ -1049,7 +1049,7 @@ _ISR_Handler_1: /* * 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 -- cgit v1.2.3