[rtems commit] smp: Delete rtems_smp_send_message()

Sebastian Huber sebh at rtems.org
Wed May 29 09:04:03 UTC 2013


Module:    rtems
Branch:    master
Commit:    42eee51744e51029f1e3e677ce0b1abeade0fe81
Changeset: http://git.rtems.org/rtems/commit/?id=42eee51744e51029f1e3e677ce0b1abeade0fe81

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue May 14 12:26:47 2013 +0200

smp: Delete rtems_smp_send_message()

---

 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




More information about the vc mailing list