summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:32:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:32:14 +0000
commitd9857c8a8c883ea7c6784b72ee1fe8e05fdacf0b (patch)
tree7d224b3e05c2aaa96400a614edab051d716ada13 /cpukit/ChangeLog
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d9857c8a8c883ea7c6784b72ee1fe8e05fdacf0b.tar.bz2
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* itron/include/rtems/itron/task.h, itron/src/task.c: ITRON currently has no functional data in the user extension data area structure so this disables the definition, allocation and deallocation of that structure. If we ever have to add data to it, then it will be easy to reenable.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bc88d6a336..ba31daf50b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * itron/include/rtems/itron/task.h, itron/src/task.c: ITRON currently
+ has no functional data in the user extension data area structure so
+ this disables the definition, allocation and deallocation of that
+ structure. If we ever have to add data to it, then it will be easy to
+ reenable.
+
2008-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/objectgetinfo.c, score/src/objectidtoname.c,