summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2011-04-25 15:06:41 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2011-04-25 15:06:41 +0000
commitfe40096f2e70d365397c2c45cd29e75a663f9dcf (patch)
tree04b0f67a9752609c008303e8a6a2e4f51b10368d /cpukit
parentNew. (diff)
downloadrtems-fe40096f2e70d365397c2c45cd29e75a663f9dcf.tar.bz2
2011-04-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>
* score/include/rtems/bspsmp.h: Did some prototype cleanup.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/bspsmp.h14
2 files changed, 17 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a260615b03..f7a38efc32 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-25 Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
+ * score/include/rtems/bspsmp.h: Did some prototype cleanup.
+
2011-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1782/cpukit
diff --git a/cpukit/score/include/rtems/bspsmp.h b/cpukit/score/include/rtems/bspsmp.h
index da80c38ae8..0d4cfe9ba4 100644
--- a/cpukit/score/include/rtems/bspsmp.h
+++ b/cpukit/score/include/rtems/bspsmp.h
@@ -125,7 +125,7 @@ int bsp_smp_processor_id(void) RTEMS_COMPILER_PURE_ATTRIBUTE;
* @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 @@ void bsp_smp_broadcast_message(
);
/**
+ * @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