summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 15:19:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-10 15:19:15 +0000
commit681d452637e1500deaae084954e9fa702b9d347d (patch)
tree17dd97f56658bf3107b306e970b947bd60a8fccb /cpukit/ChangeLog
parent2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-681d452637e1500deaae084954e9fa702b9d347d.tar.bz2
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/object.inl: _Objects_Get_local_object() is only called from places where the index is known to be valid. _Objects_Set_local_object() already assumed this. Eliminates unreachable code.
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 5f2c1f1775..9c8ecca27f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/inline/rtems/score/object.inl: _Objects_Get_local_object() is
+ only called from places where the index is known to be valid.
+ _Objects_Set_local_object() already assumed this. Eliminates
+ unreachable code.
+
+2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* rtems/src/timerserver.c: Indentation.
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>