summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 17:15:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-18 17:15:13 +0000
commit584ab9e16e52b46ae65cb245fd86858824da4bb9 (patch)
treee7c7808d1a6062c0f850c2fa3f1b388e04d76717 /cpukit/ChangeLog
parent2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-584ab9e16e52b46ae65cb245fd86858824da4bb9.tar.bz2
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/include/rtems/rtems/regionmp.h, sapi/include/rtems/config.h, sapi/src/exinit.c, score/Makefile.am, score/include/rtems/score/object.h, score/include/rtems/score/objectmp.h, score/src/objectmp.c: Eliminate Object Handler Initialization routine since it was all for MP configurations. * score/src/object.c: Removed.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6578c32328..d144634663 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/include/rtems/rtems/regionmp.h, sapi/include/rtems/config.h,
+ sapi/src/exinit.c, score/Makefile.am,
+ score/include/rtems/score/object.h,
+ score/include/rtems/score/objectmp.h, score/src/objectmp.c: Eliminate
+ Object Handler Initialization routine since it was all for MP
+ configurations.
+ * score/src/object.c: Removed.
+
+2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/shell/cmds.c: Revert back to public. Used to execute monitor
commands in test code.