summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/isr.h')
-rw-r--r--cpukit/score/include/rtems/score/isr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 0c2abe65bc..8d57db25e8 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -98,14 +98,6 @@ void _ISR_Handler_initialization ( void );
#if defined( RTEMS_SMP )
/**
- * @brief Initialize SMP interrupt critical section support.
- *
- * This method initializes the variables required by the SMP implementation
- * of interrupt critical section management.
- */
-void _ISR_SMP_Initialize(void);
-
-/**
* @brief Enter SMP interrupt code.
*
* This method is used to enter the SMP interrupt section.