summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:07:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 20:07:47 +0000
commit70669f28adb402ec2521ad1337ba6dfa470ed137 (patch)
tree4d8dc27f35cfca2ff37bb67c3b052906ced87cb7 /cpukit/ChangeLog
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-70669f28adb402ec2521ad1337ba6dfa470ed137.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/src/region.c, sapi/src/exinit.c: Now that the Region is an optional manager, we cannot depend on it do initialize the internal Allocator Mutex. This was always a questionable place to do it, so this is a cleanup.
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 ace01994f5..aaeaf31de2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * rtems/src/region.c, sapi/src/exinit.c: Now that the Region is
+ an optional manager, we cannot depend on it do initialize the
+ internal Allocator Mutex. This was always a questionable place to
+ do it, so this is a cleanup.
+
+2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c,
libmisc/stackchk/stackchk.h: Clean up as side-effect of making them
suitable for inclusion in the Users Guide.