summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-14 12:26:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-05-29 11:06:07 +0200
commit42eee51744e51029f1e3e677ce0b1abeade0fe81 (patch)
tree3fbda5b5954d1b59bd976263f3c0ad3fa290894c /cpukit
parentsmp: Delete rtems_smp_initialize_per_cpu() (diff)
downloadrtems-42eee51744e51029f1e3e677ce0b1abeade0fe81.tar.bz2
smp: Delete rtems_smp_send_message()
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/include/rtems/bspsmp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 5c8aa46306..525b8b79a3 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -80,21 +80,6 @@ uint32_t bsp_smp_initialize( uint32_t configured_cpu_count );
int bsp_smp_processor_id(void) RTEMS_COMPILER_PURE_ATTRIBUTE;
/**
- * @brief Make request of another CPU.
- *
- * This method is invoked by RTEMS when it needs to make a request
- * of another CPU. It should be implemented using some type of
- * interprocessor interrupt.
- *
- * @param [in] cpu is the target CPU for this request.
- * @param [in] message is message to send
- */
-void rtems_smp_send_message(
- int cpu,
- uint32_t message
-);
-
-/**
* @brief Generate an interprocessor broadcast interrupt.
*
* This method is invoked when RTEMS wants to let all of the other