On Jul 4, 2014 4:49 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
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] me
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_
This is OK.
I assume there are other use cases to justify adding it.
On 7/3/2014 4:37 AM, Daniel Cederman wrote:
> Make _SMP_Broadcast_message() use the function to send a message to all CPUs
> except itself.
> ---
> cpukit/score/include/rtems/score/smpimpl.h | 10 ++
> cpukit/score/s
Make _SMP_Broadcast_message() use the function to send a message to all CPUs
except itself.
---
cpukit/score/include/rtems/score/smpimpl.h | 10 ++
cpukit/score/src/smp.c | 15 ---
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/cpukit/s