summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-07 14:31:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-07 14:31:44 +0000
commit8f582bc637ca4d899c9bffc961a36e0b3e2777ee (patch)
tree8ac7df7e098fe04e26b296501be4727477370162 /cpukit/score/cpu/sparc/ChangeLog
parent2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8f582bc637ca4d899c9bffc961a36e0b3e2777ee.tar.bz2
2011-10-07 Daniel Hellstrom <daniel@gaisler.com>
PR 1932/cpukit * cpu_asm.S: At some point the interrupt trap handler causes a window-overflow and the window overflow trap handler crashes when writing to 0. I found that this is because the WIM was bad, to the window overflow handler uses a uninitialized stack pointer in a window never used. * g3=CWP, not WIM * CWP is incremented by done_flushing no need doing that here also * I see no reason to create an additional stack frame (save) * Must turn off traps when updating WIM (maybe already done by caller?)
Diffstat (limited to 'cpukit/score/cpu/sparc/ChangeLog')
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index 10b7a98e52..eab5f805c1 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -1,3 +1,15 @@
+2011-10-07 Daniel Hellstrom <daniel@gaisler.com>
+
+ PR 1932/cpukit
+ * cpu_asm.S: At some point the interrupt trap handler causes a
+ window-overflow and the window overflow trap handler crashes when
+ writing to 0. I found that this is because the WIM was bad, to the
+ window overflow handler uses a uninitialized stack pointer in a
+ window never used.
+ * g3=CWP, not WIM
+ * CWP is incremented by done_flushing no need doing that here also
+ * I see no reason to create an additional stack frame (save)
+ * Must turn off traps when updating WIM (maybe already done by caller?)
2011-09-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1914/cpukit