change log for rtems (2011-04-25)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Apr 25 15:10:24 UTC 2011


 *jennifer*:
2011-04-25	Jennifer Averett <Jennifer.Averett at OARcorp.com>

	* score/include/rtems/bspsmp.h: Did some prototype cleanup.

M 1.2805  cpukit/ChangeLog
M    1.3  cpukit/score/include/rtems/bspsmp.h

diff -u rtems/cpukit/ChangeLog:1.2804 rtems/cpukit/ChangeLog:1.2805
--- rtems/cpukit/ChangeLog:1.2804	Fri Apr 22 12:54:31 2011
+++ rtems/cpukit/ChangeLog	Mon Apr 25 10:06:41 2011
@@ -1,3 +1,7 @@
+2011-04-25	Jennifer Averett <Jennifer.Averett at OARcorp.com>
+
+	* score/include/rtems/bspsmp.h: Did some prototype cleanup.
+
 2011-04-22	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1782/cpukit

diff -u rtems/cpukit/score/include/rtems/bspsmp.h:1.2 rtems/cpukit/score/include/rtems/bspsmp.h:1.3
--- rtems/cpukit/score/include/rtems/bspsmp.h:1.2	Mon Apr  4 11:40:00 2011
+++ rtems/cpukit/score/include/rtems/bspsmp.h	Mon Apr 25 10:06:41 2011
@@ -125,7 +125,7 @@
  *  @param [in] cpu is the target CPU for this request.
  *  @param [in] message is message to send
  */
-void bsp_smp_send_message(
+void rtems_smp_send_message(
   int       cpu,
   uint32_t  message
 );
@@ -145,6 +145,18 @@
 );
 
 /**
+ *  @brief Make Request of Others CPUs
+ *
+ *  This method is invoked by XXX when it needs to make a request
+ *  of the other CPUs.  
+ *
+ *  @param [in] message is message to send
+ */
+void rtems_smp_broadcast_message(
+  uint32_t  message
+);
+
+/**
  *  @brief Generate a Interprocessor Broadcast Interrupt
  *
  *  This method is invoked when RTEMS wants to let all of the other



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110425/77d7e7ae/attachment.html>


More information about the vc mailing list