summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-13 16:00:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-17 13:09:50 +0200
commit07f6e4193e20d2fb2f41a53878bf95f902bf871b (patch)
tree54cf7db8c42e5c0e3b918c80b65421614095b2d4 /cpukit/score/cpu/no_cpu/rtems/score/cpu.h
parentsmp: Add and use _CPU_SMP_Send_interrupt() (diff)
downloadrtems-07f6e4193e20d2fb2f41a53878bf95f902bf871b.tar.bz2
smp: Rename _CPU_Processor_event_broadcast()
Rename to _CPU_SMP_Processor_event_broadcast().
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index dc48d2bbc8..2c697a8323 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -1437,7 +1437,7 @@ static inline uint32_t CPU_swap_u32(
*
* @see _CPU_Processor_event_receive().
*/
- static inline void _CPU_Processor_event_broadcast( void )
+ static inline void _CPU_SMP_Processor_event_broadcast( void )
{
__asm__ volatile ( "" : : : "memory" );
}
@@ -1448,7 +1448,7 @@ static inline uint32_t CPU_swap_u32(
* This function will wait for the processor event and may wait forever if no
* such event arrives.
*
- * @see _CPU_Processor_event_broadcast().
+ * @see _CPU_SMP_Processor_event_broadcast().
*/
static inline void _CPU_Processor_event_receive( void )
{