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/powerpc/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/powerpc/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h index 119dff2a73..1ad56dc91a 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h @@ -1021,7 +1021,7 @@ void _CPU_Context_validate( uintptr_t pattern ); __asm__ volatile ( "" : : : "memory" ); } - static inline void _CPU_Processor_event_receive( void ) + static inline void _CPU_SMP_Processor_event_receive( void ) { __asm__ volatile ( "" : : : "memory" ); } -- cgit v1.2.3