bsps/sparc: Delete unused local labels

This commit is contained in:
Sebastian Huber
2015-05-26 10:02:27 +02:00
parent 26ffb8c21c
commit 10454223a9

View File

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