[rtems commit] bsps/sparc: Change tabs to spaces

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


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

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

bsps/sparc: Change tabs to spaces

---

 c/src/lib/libbsp/sparc/shared/irq_asm.S | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/shared/irq_asm.S b/c/src/lib/libbsp/sparc/shared/irq_asm.S
index 3e08795..cecb56c 100644
--- a/c/src/lib/libbsp/sparc/shared/irq_asm.S
+++ b/c/src/lib/libbsp/sparc/shared/irq_asm.S
@@ -259,8 +259,8 @@ SYM(_CPU_Context_restore):
         save    %sp, -CPU_MINIMUM_STACK_FRAME_SIZE, %sp
         rd      %psr, %o2
 #if defined(RTEMS_SMP)
-	! On SPARC the restore path needs also a valid executing context on SMP
-	! to update the is executing indicator.
+        ! On SPARC the restore path needs also a valid executing context on SMP
+        ! to update the is executing indicator.
         mov     %i0, %o0
 #endif
         ba      SYM(_CPU_Context_restore_heir)
@@ -441,7 +441,7 @@ save_isf:
          nop
 #endif
 
-	ld       [%g6 + PER_CPU_INTERRUPT_STACK_HIGH], %sp
+        ld       [%g6 + PER_CPU_INTERRUPT_STACK_HIGH], %sp
 
 dont_switch_stacks:
         /*
@@ -460,7 +460,7 @@ dont_switch_stacks:
          */
 
         mov      %l0, %g5
-	and	 %l3, 0x0ff, %g4
+        and      %l3, 0x0ff, %g4
         subcc    %g4, 0x11, %g0
         bl       dont_fix_pil
         subcc    %g4, 0x1f, %g0
@@ -717,7 +717,7 @@ simple_return:
 good_task_window:
 
         mov     %l0, %psr                  !  **** DISABLE TRAPS ****
-	nop; nop; nop
+        nop; nop; nop
                                            !  and restore condition codes.
         ld      [%g1 + ISF_G1_OFFSET], %g1 ! restore g1
         jmp     %l1                        ! transfer control and




More information about the vc mailing list