summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-09 09:14:10 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-11-09 09:14:10 +0000
commit42d6ed845ad601964241098cdf829b476dd04721 (patch)
treee9f9567768c346628aae0bc0729445ab9d5fad35 /cpukit/ChangeLog
parent2010-11-06 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-42d6ed845ad601964241098cdf829b476dd04721.tar.bz2
2010-11-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/watchdoginsert.c: Removed superfluous cast and use appropriate API function. This special case handling is obsolete since 2006 with the introduction of compiler memory barriers in the interrupt routines. Removed obsolete comments.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d55bb98d56..2ffceadda2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * score/src/watchdoginsert.c: Removed superfluous cast and use
+ appropriate API function. This special case handling is obsolete
+ since 2006 with the introduction of compiler memory barriers in the
+ interrupt routines. Removed obsolete comments.
+
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/stackchk/check.c: Make compile again.