From aed38189be6503f51d2a4f7fb234ba578a3e227e Mon Sep 17 00:00:00 2001 From: Daniel Cederman Date: Tue, 8 Jul 2014 11:35:14 +0200 Subject: score: Rename SMP broadcast message function Change message type to unsigned long to match other SMP message functions. --- cpukit/score/include/rtems/score/smpimpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/smpimpl.h') diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/score/include/rtems/score/smpimpl.h index d49f88fcbb..cbc64280de 100644 --- a/cpukit/score/include/rtems/score/smpimpl.h +++ b/cpukit/score/include/rtems/score/smpimpl.h @@ -171,8 +171,8 @@ void _SMP_Send_message( uint32_t cpu_index, unsigned long message ); * * @param [in] message is message to send */ -void _SMP_Broadcast_message( - uint32_t message +void _SMP_Send_message_broadcast( + unsigned long message ); /** -- cgit v1.2.3