[PATCH 2/3] score: Add function to send a SMP message to a set of CPUs

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Jul 4 09:52:40 UTC 2014


On 2014-07-03 11:37, Daniel Cederman wrote:
>   /**
> + *  @brief Sends a SMP message to a set of processors.
> + *
> + *  The sending processor may be part of the set.
> + *
> + *  @param[in] cpus The set of target processors of the message.
> + *  @param[in] message The message.
> + */
> +void _SMP_Send_message_cpu_set( const cpu_set_t *cpus, uint32_t message );

What about naming this _SMP_Send_message_multicast()? So we that we have

_SMP_Send_message()
_SMP_Send_message_multicast()
_SMP_Send_message_broadcast()

-- 
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