summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-02-10 21:46:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-02-10 21:46:23 +0000
commit50269c464a5d679206045f875eb3740913d8b768 (patch)
tree6beafee10654c6fb430d0a594ed5092b5e203acb /cpukit/ChangeLog
parent2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-50269c464a5d679206045f875eb3740913d8b768.tar.bz2
2005-02-10 Joel Sherrill <joel@OARcorp.com>
PR 753/rtems * score/include/rtems/score/object.h, score/src/objectinitializeinformation.c: Configured number of objects needs to be of a type with more bits than Objects_Maximum to support configuring unlimited objects. The type for configuring the maximum number of objects should probably always be the same fundamental type as Object Id. For 16-bit Id configurations, the constant OBJECTS_UNLIMITED_OBJECTS was changed to 0x8000 to move in this direction.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9fd531526e..79de4ad46f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-10 Joel Sherrill <joel@OARcorp.com>
+
+ PR 753/rtems
+ * score/include/rtems/score/object.h,
+ score/src/objectinitializeinformation.c: Configured number of objects
+ needs to be of a type with more bits than Objects_Maximum to support
+ configuring unlimited objects. The type for configuring the maximum
+ number of objects should probably always be the same fundamental type
+ as Object Id. For 16-bit Id configurations, the constant
+ OBJECTS_UNLIMITED_OBJECTS was changed to 0x8000 to move in this
+ direction.
+
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* libmisc/untar/untar.c (_rtems_octal2ulong): Replace.