summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-08 03:03:11 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-08 03:03:11 +0000
commit42bb3a028f307f24103e65e6c462645d4cc87f50 (patch)
tree10d9dfd526e3bd642c7415c871a5620a810f71af /cpukit/ChangeLog
parent2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-42bb3a028f307f24103e65e6c462645d4cc87f50.tar.bz2
2007-11-07 Till Straumann <strauman@slac.stanford.edu>
* score/include/rtems/score/isr.h: added RTEMS_COMPILER_MEMORY_BARRIER around _CPU_ISR_Set_level().
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 67caebae32..c59da97b73 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-07 Till Straumann <strauman@slac.stanford.edu>
+
+ * score/include/rtems/score/isr.h: added RTEMS_COMPILER_MEMORY_BARRIER
+ around _CPU_ISR_Set_level().
+
2007-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/object.inl: During test coverage analysis,