From f7740e97a2ae17ed1cd092f38d07f75d6eeaa069 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Jun 2013 16:05:20 +0200 Subject: smp: Rename _CPU_Processor_event_receive() Rename to _CPU_SMP_Processor_event_receive(). --- 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 2c697a8323..0ffce818f8 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h @@ -1435,7 +1435,7 @@ static inline uint32_t CPU_swap_u32( * transactions. This function must ensure that preceding store operations * can be observed by other processors. * - * @see _CPU_Processor_event_receive(). + * @see _CPU_SMP_Processor_event_receive(). */ static inline void _CPU_SMP_Processor_event_broadcast( void ) { @@ -1450,7 +1450,7 @@ static inline uint32_t CPU_swap_u32( * * @see _CPU_SMP_Processor_event_broadcast(). */ - static inline void _CPU_Processor_event_receive( void ) + static inline void _CPU_SMP_Processor_event_receive( void ) { __asm__ volatile ( "" : : : "memory" ); } -- cgit v1.2.3