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 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" );
}