summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:41:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:41:42 +0000
commit5877cc3af542ab512e4ec06208572ceaf575fef5 (patch)
tree6dee89ceaa830262f3ac5fa5bfbc312503924543 /cpukit/ChangeLog
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5877cc3af542ab512e4ec06208572ceaf575fef5.tar.bz2
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sapi/include/confdefs.h: Rework to be more accurate on allocation. In particular, there was a report from that Matthew Riek that memory was being reserved twice for the IDLE task. This was covering up other places that under allocated memory. Before I was done, I had reworked the file to be easier to read, maintain and be more accurate.
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 8d4e548111..df69247259 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * sapi/include/confdefs.h: Rework to be more accurate on allocation. In
+ particular, there was a report from that Matthew Riek that memory was
+ being reserved twice for the IDLE task. This was covering up other
+ places that under allocated memory. Before I was done, I had reworked
+ the file to be easier to read, maintain and be more accurate.
+
+2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/include/rtems/score/isr.h, score/src/isr.c: Use
CPU_SIMPLE_VECTORED_INTERRUPTS porting parameter to avoid allocating
memory for vector table.