summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-29 11:04:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-06-29 11:04:39 +0200
commit297d4372cede7edac9d77fed027e18102a231f58 (patch)
treeb525377a0736e7e4d326e7dbee6b87c1cb40f7ce /cpukit/score/cpu/no_cpu/rtems/score/cpu.h
parentbsp/atsam: Add support for TCM (diff)
downloadrtems-297d4372cede7edac9d77fed027e18102a231f58.tar.bz2
score: _CPU_SMP_Send_interrupt() documentation
Diffstat (limited to 'cpukit/score/cpu/no_cpu/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/cpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
index 944f04ab0e..8309bb8b80 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h
@@ -1508,10 +1508,6 @@ register struct Per_CPU_Control *_CPU_Per_CPU_current asm( "rX" );
* @brief Sends an inter-processor interrupt to the specified target
* processor.
*
- * This interrupt send and the corresponding inter-processor interrupt must
- * act as an release/acquire barrier so that all values written by the
- * sending processor are visible to the target processor.
- *
* This operation is undefined for target processor indices out of range.
*
* @param[in] target_processor_index The target processor index.