summaryrefslogtreecommitdiffstats
path: root/c/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 18:39:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-10 18:39:03 +0000
commit9847e4a05a1eaf0f3fd3ad7fc03e1defb568add4 (patch)
tree40f44891122ad802ff049de127f2c12c972e7ec4 /c/ChangeLog
parent2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-9847e4a05a1eaf0f3fd3ad7fc03e1defb568add4.tar.bz2
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1237/rtems * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep when interrupts occur at a sufficient rate that the interrupted thread never gets to clean its stack. This patch ensures that an interrupted thread will not nest ISR dispatches on its stack.
Diffstat (limited to 'c/ChangeLog')
-rw-r--r--c/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/ChangeLog b/c/ChangeLog
index 08a234a1f1..2129c9d866 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1237/rtems
+ * src/lib/libbsp/shared/bsplibc.c: Add logic to prevent stack creep
+ when interrupts occur at a sufficient rate that the interrupted
+ thread never gets to clean its stack. This patch ensures that an
+ interrupted thread will not nest ISR dispatches on its stack.
+
2007-03-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Use MKDIR_P instead of mkdir_p.