summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/isr.h
diff options
context:
space:
mode:
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