summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index aea807b6d0..a8de148d84 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,12 @@
+2006-03-07 Joel Sherrill <joel@OARcorp.com>
+
+ PR 866/rtems
+ * include/rtems/system.h, include/rtems/score/isr.h,
+ inline/rtems/score/thread.inl, macros/rtems/score/thread.inl: Added
+ memory barriers to enter and exit of dispatching and interrupt
+ critical sections so GCC will not optimize and reorder code out of a
+ critical section.
+
2005-09-01 Joel Sherrill <joel@OARcorp.com>
PR 820/rtems