[PATCH 07/11] smp: Delete rtems_smp_send_message()

Sebastian Huber sebastian.huber at embedded-brains.de
Mon May 27 10:58:12 UTC 2013


---
 cpukit/score/include/rtems/bspsmp.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index 5c8aa46..525b8b7 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
-- 
1.7.7




More information about the devel mailing list