From fe40096f2e70d365397c2c45cd29e75a663f9dcf Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 25 Apr 2011 15:06:41 +0000 Subject: 2011-04-25 Jennifer Averett * score/include/rtems/bspsmp.h: Did some prototype cleanup. --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/bspsmp.h | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * score/include/rtems/bspsmp.h: Did some prototype cleanup. + 2011-04-22 Joel Sherrill 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 ); @@ -144,6 +144,18 @@ void bsp_smp_broadcast_message( uint32_t 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 * -- cgit v1.2.3