summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
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 )
{