change log for rtems (2010-08-20)
rtems-vc at rtems.org
rtems-vc at rtems.org
Fri Aug 20 13:10:15 UTC 2010
*joel*:
2010-08-20 Gedare Bloom <giddyup44 at yahoo.com>
PR 1681/cpukit
* shared/score/interrupt.S: 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 to comment out the declaration and switch to
using INTERRUPT_STACK_HIGH.
M 1.3 c/src/lib/libcpu/sparc64/ChangeLog
M 1.3 c/src/lib/libcpu/sparc64/shared/score/interrupt.S
diff -u rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.2 rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.3
--- rtems/c/src/lib/libcpu/sparc64/ChangeLog:1.2 Mon Jun 28 19:39:44 2010
+++ rtems/c/src/lib/libcpu/sparc64/ChangeLog Fri Aug 20 07:47:38 2010
@@ -1,3 +1,12 @@
+2010-08-20 Gedare Bloom <giddyup44 at yahoo.com>
+
+ PR 1681/cpukit
+ * shared/score/interrupt.S: 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 to comment out the declaration and switch to
+ using INTERRUPT_STACK_HIGH.
+
2010-06-28 Joel Sherrill <joel.sherrill at oarcorp.com>
PR 1573/cpukit
diff -u rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.2 rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.3
--- rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S:1.2 Mon Jun 28 19:39:44 2010
+++ rtems/c/src/lib/libcpu/sparc64/shared/score/interrupt.S Fri Aug 20 07:47:38 2010
@@ -195,7 +195,7 @@
subcc %g4, 1, %g4 ! outermost interrupt handler?
bnz dont_switch_stacks ! No, then do not switch stacks
- setx SYM(_CPU_Interrupt_stack_high), %o5, %g1
+ setx SYM(INTERRUPT_STACK_HIGH), %o5, %g1
ldx [%g1], %sp
/*
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100820/aacc07b2/attachment-0001.html>
More information about the vc
mailing list