summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-30 22:14:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-30 22:14:47 +0000
commit42740bd6b545c9b389e53ec67bcd83b291821344 (patch)
tree9f83718f1bd4a6cccf0c6c1caa10b0b8262747d8 /cpukit/ChangeLog
parent2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com> (diff)
downloadrtems-42740bd6b545c9b389e53ec67bcd83b291821344.tar.bz2
2009-01-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/object.h: Maximum index if 0xffff not 0xff when using 32-bit ids. This resulted in unlimited configurations not being able to create more than 255 objects of a class.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index baf945943a..964d49c292 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-30 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/include/rtems/score/object.h: Maximum index if 0xffff not 0xff
+ when using 32-bit ids. This resulted in unlimited configurations not
+ being able to create more than 255 objects of a class.
+
2009-01-29 Nickolay Semyonov-Kolchin <nbkolchin@gmail.com>
PR 1359/cpukit