[PATCH 1/3] score: Use consistent type for SMP messages
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Jul 4 06:28:20 UTC 2014
On 2014-07-03 11:37, Daniel Cederman wrote:
> --- a/cpukit/score/include/rtems/score/smpimpl.h
> +++ b/cpukit/score/include/rtems/score/smpimpl.h
> @@ -159,7 +159,7 @@ static inline void _SMP_Inter_processor_interrupt_handler( void )
> * @param[in] cpu_index The target processor of the message.
> * @param[in] message The message.
> */
> -void _SMP_Send_message( uint32_t cpu_index, unsigned long message );
> +void _SMP_Send_message( uint32_t cpu_index, uint32_t message );
If you change the type here, then please also adjust the message constants to
use UINT32_C().
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list