summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-07 14:35:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-10-07 14:35:03 +0000
commit47a61aa16f81588f8ffb8ea5cfd1ceba3e9a867a (patch)
treecc79aea42a47e16fc8ef7b3404f4c9a6dc991db0 /c/src/lib/libbsp/sparc/ChangeLog
parent2011-10-07 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-47a61aa16f81588f8ffb8ea5cfd1ceba3e9a867a.tar.bz2
2011-10-07 Daniel Hellstrom <daniel@gaisler.com>
PR 1933/cpukit * shared/irq_asm.S: From code inspection I have found the following issues (most SMP), and some improvements in irq_asm.S. I would need a long test with interrupts to verify the interrupt handler better, however I can not see that these patches hurt. Please see comment per hunk below, One should go through the file to indent delay-slots correctly, I have fixed some in the patch areas. An extra space is added in front of delay slots to indicate a delay slot.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/ChangeLog b/c/src/lib/libbsp/sparc/ChangeLog
index aaa3c462ff..d8cf432248 100644
--- a/c/src/lib/libbsp/sparc/ChangeLog
+++ b/c/src/lib/libbsp/sparc/ChangeLog
@@ -1,3 +1,14 @@
+2011-10-07 Daniel Hellstrom <daniel@gaisler.com>
+
+ PR 1933/cpukit
+ * shared/irq_asm.S: From code inspection I have found the following
+ issues (most SMP), and some improvements in irq_asm.S. I would need a
+ long test with interrupts to verify the interrupt handler better,
+ however I can not see that these patches hurt. Please see comment per
+ hunk below, One should go through the file to indent delay-slots
+ correctly, I have fixed some in the patch areas. An extra space is
+ added in front of delay slots to indicate a delay slot.
+
2011-07-28 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1801