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/include/rtems/score/isr.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/include/rtems/score/isr.h') diff --git a/cpukit/include/rtems/score/isr.h b/cpukit/include/rtems/score/isr.h index 58dbb843c6..f4e2eec3cf 100644 --- a/cpukit/include/rtems/score/isr.h +++ b/cpukit/include/rtems/score/isr.h @@ -145,21 +145,6 @@ void _ISR_Handler_initialization ( void ); */ void _ISR_Handler( void ); -/** - * @brief ISR wrapper for thread dispatcher. - * - * This routine provides a wrapper so that the routine - * @ref _Thread_Dispatch can be invoked when a reschedule is necessary - * at the end of the outermost interrupt service routine. This - * wrapper is necessary to establish the processor context needed - * by _Thread_Dispatch and to save the processor context which is - * corrupted by _Thread_Dispatch. This context typically consists - * of registers which are not preserved across routine invocations. - * - * @note Typically mplemented in assembly language. - */ -void _ISR_Dispatch( void ); - /** * @brief Checks if an ISR in progress. * -- cgit v1.2.3