summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 13:49:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 13:49:01 +0000
commit7eef54e1ff5f705204cadbe50670bf06a3667a4b (patch)
treee44f1af70e9c6fde57fcdc0de60a30b393a12980 /cpukit/ChangeLog
parentRegenerate. (diff)
downloadrtems-7eef54e1ff5f705204cadbe50670bf06a3667a4b.tar.bz2
2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
* rtems/src/ratemonperiod.c: Use if not switch since all cases of enum are not valid and switch was generating dead code.
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 68118ea72a..fc660c09e2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * rtems/src/ratemonperiod.c: Use if not switch since all cases of enum
+ are not valid and switch was generating dead code.
+
2010-07-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/rtems/init.h: Mark rtems_shutdown_executive as a