summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:39:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-06-05 14:39:19 +0000
commit32caf25fbf6b65b61dded789a6198e0875f096e5 (patch)
tree552f8a75a0cb64e0b4ce59534fddc126dcc46cce /cpukit/ChangeLog
parent2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-32caf25fbf6b65b61dded789a6198e0875f096e5.tar.bz2
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.
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 14b3ed60fd..8d4e548111 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* score/src/wkspace.c: Fix error in comment.
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>