summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/bspsmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/bspsmp.h')
-rw-r--r--cpukit/score/include/rtems/bspsmp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 9cdb6dc879..c7502ecbfb 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -52,20 +52,6 @@ extern "C" {
#ifndef ASM
/**
- * @brief Generate an interprocessor broadcast interrupt.
- *
- * This method is invoked when RTEMS wants to let all of the other
- * CPUs know that it has sent them message. CPUs not including
- * the originating CPU should receive the interrupt.
-
- *
- * @note On CPUs without the capability to generate a broadcast
- * to all other CPUs interrupt, this can be implemented by
- * a loop of sending interrupts to specific CPUs.
- */
-void bsp_smp_broadcast_interrupt(void);
-
-/**
* @brief Performs high-level initialization of a secondary processor and runs
* the application threads.
*