[rtems commit] bsps/sparc: Delete unused local labels

Sebastian Huber sebh at rtems.org
Tue May 26 08:03:26 UTC 2015


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue May 26 10:02:27 2015 +0200

bsps/sparc: Delete unused local labels

---

 c/src/lib/libbsp/sparc/shared/irq_asm.S | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/shared/irq_asm.S b/c/src/lib/libbsp/sparc/shared/irq_asm.S
index cecb56c..eef144f 100644
--- a/c/src/lib/libbsp/sparc/shared/irq_asm.S
+++ b/c/src/lib/libbsp/sparc/shared/irq_asm.S
@@ -372,8 +372,6 @@ dont_do_the_window:
          *  %l5 directly into the ISF below.
          */
 
-save_isf:
-
         /*
          *  Save the state of the interrupted task -- especially the global
          *  registers -- in the Interrupt Stack Frame.  Note that the ISF
@@ -474,7 +472,6 @@ dont_fix_pil:
         or       %g5, SPARC_PSR_PIL_MASK, %g5
 pil_fixed:
         wr       %g5, SPARC_PSR_ET_MASK, %psr ! **** ENABLE TRAPS ****
-dont_fix_pil2:
 
         /*
          *  Vector to user's handler.
@@ -609,7 +606,6 @@ isr_dispatch:
         ta      SPARC_SWTRAP_IRQEN   ! syscall (enable interrupts to same level)
 
         ! No, then clear out and return
-allow_nest_again:
 
         ! Zero out ISR stack nesting prevention flag
         st       %g0, [%g6 + SPARC_PER_CPU_ISR_DISPATCH_DISABLE]



More information about the vc mailing list