[rtems commit] sparc64/rtems/score/cpu.h: Delete dead declaration

Joel Sherril joel at rtems.org
Thu Jul 16 18:16:41 UTC 2015


Module:    rtems
Branch:    master
Commit:    db01d0cc61e36322fc37a62fbbf385b4df47ff66
Changeset: http://git.rtems.org/rtems/commit/?id=db01d0cc61e36322fc37a62fbbf385b4df47ff66

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Jul 16 11:15:10 2015 -0700

sparc64/rtems/score/cpu.h: Delete dead declaration

---

 cpukit/score/cpu/sparc64/rtems/score/cpu.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index baea12b..37e8325 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
@@ -549,22 +549,6 @@ typedef struct {
 SCORE_EXTERN Context_Control_fp  _CPU_Null_fp_context CPU_STRUCTURE_ALIGNMENT;
 
 /*
- *  This stack is allocated by the Interrupt Manager and the switch
- *  is performed in _ISR_Handler.  These variables contain pointers
- *  to the lowest and highest addresses in the chunk of memory allocated
- *  for the interrupt stack.  Since it is unknown whether the stack
- *  grows up or down (in general), this give the CPU dependent
- *  code the option of picking the version it wants to use.  Thus
- *  both must be present if either is.
- *
- *  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.
  *  By using this flag, we can avoid nesting more interrupt dispatching



More information about the vc mailing list