summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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.