summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-07 18:23:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-07 18:23:48 +0000
commit22ce0881915cff33652a896907fa76a4040648da (patch)
treebefcdfff9792c18b882422fd992e66c70a67e984 /cpukit/ChangeLog
parentFormat. (diff)
downloadrtems-22ce0881915cff33652a896907fa76a4040648da.tar.bz2
2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/sysstate.h, score/inline/rtems/score/sysstate.inl, score/src/thread.c: Make _System_state_Is_multiprocessing unused when multiprocessing is not enabled. Saves one more variable from single processor configuration.
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 4f4f1f9391..9d3dea1573 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/score/sysstate.h,
+ score/inline/rtems/score/sysstate.inl, score/src/thread.c: Make
+ _System_state_Is_multiprocessing unused when multiprocessing is not
+ enabled. Saves one more variable from single processor configuration.
+
2008-08-07 Chris Johns <chrisj@rtems.org>
* libcsupport/src/_rename_r.c: Fixed return code bug. Add a check