summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc64/ChangeLog')
-rw-r--r--cpukit/score/cpu/sparc64/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/score/cpu/sparc64/ChangeLog b/cpukit/score/cpu/sparc64/ChangeLog
index 6636935cd7..0931544bb1 100644
--- a/cpukit/score/cpu/sparc64/ChangeLog
+++ b/cpukit/score/cpu/sparc64/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-19 Gedare Bloom <giddyup44@yahoo.com>
+
+ PR 1681/cpukit
+ * rtems/score/cpu.h: With the percpu patch, ASM uses
+ INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The
+ sparc64 was still using the old variable, which was declared in its
+ cpu.h file. This patch comments out the declaration and switch to
+ using INTERRUPT_STACK_HIGH.
+
2010-07-29 Gedare Bloom <giddyup44@yahoo.com>
PR 1635/cpukit