summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/rtems/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-19 12:11:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-19 12:11:42 +0000
commit517d63f206d4619a3c2f26a72c43771e2a7469fc (patch)
tree9e3765c63689a8dd537acd7eb228948e33195869 /cpukit/score/cpu/sparc64/rtems/score
parentRegenerate. (diff)
downloadrtems-517d63f206d4619a3c2f26a72c43771e2a7469fc.tar.bz2
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.
Diffstat (limited to 'cpukit/score/cpu/sparc64/rtems/score')
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index 70315d3382..082b973b8f 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
@@ -570,10 +570,10 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context CPU_STRUCTURE_ALIGNMENT;
* The SPARC supports a software based interrupt stack and these
* are required.
*/
-
+/*
SCORE_EXTERN void *_CPU_Interrupt_stack_low;
SCORE_EXTERN void *_CPU_Interrupt_stack_high;
-
+*/
/*
* This flag is context switched with each thread. It indicates
* that THIS thread has an _ISR_Dispatch stack frame on its stack.