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

Daniel Hellstrom daniel at gaisler.com
Fri Jul 4 09:57:02 UTC 2014


On 07/04/2014 11:52 AM, Sebastian Huber wrote:
> 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()
>

Sounds good to me too.

Thanks.




More information about the devel mailing list