summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/isr.h
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/include/rtems/score/isr.h
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/include/rtems/score/isr.h')
-rw-r--r--cpukit/include/rtems/score/isr.h15
1 files changed, 0 insertions, 15 deletions
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
@@ -146,21 +146,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.
*
* This function returns true if the processor is currently servicing