From 07f6e4193e20d2fb2f41a53878bf95f902bf871b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Jun 2013 16:00:54 +0200 Subject: smp: Rename _CPU_Processor_event_broadcast() Rename to _CPU_SMP_Processor_event_broadcast(). --- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h') 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 ) { -- cgit v1.2.3