<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-04-25)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-04-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>

        * score/include/rtems/bspsmp.h: Did some prototype cleanup.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2804&r2=text&tr2=1.2805&diff_format=h">M</a></td><td width='1%'>1.2805</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/include/rtems/bspsmp.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/score/include/rtems/bspsmp.h</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-25    Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+       * score/include/rtems/bspsmp.h: Did some prototype cleanup.
+
</font> 2011-04-22        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1782/cpukit

<font color='#006600'>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
</font><font color='#997700'>@@ -125,7 +125,7 @@
</font>  *  @param [in] cpu is the target CPU for this request.
  *  @param [in] message is message to send
  */
<font color='#880000'>-void bsp_smp_send_message(
</font><font color='#000088'>+void rtems_smp_send_message(
</font>   int       cpu,
   uint32_t  message
 );
<font color='#997700'>@@ -145,6 +145,18 @@
</font> );
 
 /**
<font color='#000088'>+ *  @brief Make Request of Others CPUs
+ *
+ *  This method is invoked by XXX when it needs to make a request
+ *  of the other CPUs.<span style="background-color: #FF0000">  </span>
+ *
+ *  @param [in] message is message to send
+ */
+void rtems_smp_broadcast_message(
+  uint32_t  message
+);
+
+/**
</font>  *  @brief Generate a Interprocessor Broadcast Interrupt
  *
  *  This method is invoked when RTEMS wants to let all of the other
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>