summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/smpbarrier.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/smpbarrier.h')
-rw-r--r--cpukit/include/rtems/score/smpbarrier.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/smpbarrier.h b/cpukit/include/rtems/score/smpbarrier.h
index e39ba93b9e..cacde6438a 100644
--- a/cpukit/include/rtems/score/smpbarrier.h
+++ b/cpukit/include/rtems/score/smpbarrier.h
@@ -35,8 +35,10 @@ extern "C" {
*
* @ingroup RTEMSScore
*
- * @brief The SMP barrier provides barrier synchronization for SMP systems at
- * the lowest level.
+ * @brief This group contains the SMP barrier implementation.
+ *
+ * The SMP barrier provides barrier synchronization for SMP systems at the
+ * lowest level.
*
* The SMP barrier is implemented as a sense barrier, see also Herlihy and
* Shavit, "The Art of Multiprocessor Programming", 17.3 Sense-Reversing