Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm Trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/cbca39e69e3f
branches:  trunk
changeset: 371952:cbca39e69e3f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 20 06:58:38 2022 +0000

description:
Trailing whitespace.

diffstat:

 sys/arch/arm/arm/bcopyinout.S           |  12 ++++----
 sys/arch/arm/arm/bcopyinout_xscale.S    |  44 ++++++++++++++++----------------
 sys/arch/arm/arm/blockio.S              |  10 +++---
 sys/arch/arm/arm/copystr.S              |   6 ++--
 sys/arch/arm/arm/cpu_in_cksum.S         |  10 +++---
 sys/arch/arm/arm/cpufunc_asm_arm10.S    |   4 +-
 sys/arch/arm/arm/cpufunc_asm_arm67.S    |   6 ++--
 sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S |   4 +-
 sys/arch/arm/arm/cpufunc_asm_arm8.S     |   4 +-
 sys/arch/arm/arm/cpufunc_asm_arm9.S     |   6 ++--
 sys/arch/arm/arm/cpufunc_asm_armv4.S    |   4 +-
 sys/arch/arm/arm/cpufunc_asm_armv5.S    |   4 +-
 sys/arch/arm/arm/cpufunc_asm_fa526.S    |   4 +-
 sys/arch/arm/arm/cpufunc_asm_pj4b.S     |   6 ++--
 sys/arch/arm/arm/cpufunc_asm_sa1.S      |   8 +++---
 sys/arch/arm/arm/cpufunc_asm_xscale.S   |   8 +++---
 sys/arch/arm/arm/vectors.S              |  10 +++---
 17 files changed, 75 insertions(+), 75 deletions(-)

diffs (truncated from 610 to 300 lines):

diff -r 342365828fd9 -r cbca39e69e3f sys/arch/arm/arm/bcopyinout.S
--- a/sys/arch/arm/arm/bcopyinout.S     Thu Oct 20 06:47:29 2022 +0000
+++ b/sys/arch/arm/arm/bcopyinout.S     Thu Oct 20 06:58:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcopyinout.S,v 1.22 2020/12/11 09:14:19 dholland Exp $ */
+/*     $NetBSD: bcopyinout.S,v 1.23 2022/10/20 06:58:38 skrll Exp $    */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -52,14 +52,14 @@
 #include "bcopyinout_xscale.S"
 #else
 
-RCSID("$NetBSD: bcopyinout.S,v 1.22 2020/12/11 09:14:19 dholland Exp $")       
+RCSID("$NetBSD: bcopyinout.S,v 1.23 2022/10/20 06:58:38 skrll Exp $")
 
        .text
        .align  0
 
 #define SAVE_REGS      stmfd   sp!, {r4-r11}
 #define RESTORE_REGS   ldmfd   sp!, {r4-r11}
-               
+
 #if defined(__XSCALE__) || defined(_ARM_ARCH_6)
 #define HELLOCPP #
 #define PREFETCH(rx,o) pld     [ rx , HELLOCPP (o) ]
@@ -78,7 +78,7 @@
  * r4-r11 are scratch
  */
 ENTRY(copyin)
-       /* Quick exit if length is zero */      
+       /* Quick exit if length is zero */
        teq     r2, #0
        moveq   r0, #0
        RETc(eq)
@@ -291,7 +291,7 @@
  */
 
 ENTRY(copyout)
-       /* Quick exit if length is zero */      
+       /* Quick exit if length is zero */
        teq     r2, #0
        moveq   r0, #0
        moveq   pc, lr
@@ -494,7 +494,7 @@
  */
 
 ENTRY(kcopy)
-       /* Quick exit if length is zero */      
+       /* Quick exit if length is zero */
        teq     r2, #0
        moveq   r0, #0
        moveq   pc, lr
diff -r 342365828fd9 -r cbca39e69e3f sys/arch/arm/arm/bcopyinout_xscale.S
--- a/sys/arch/arm/arm/bcopyinout_xscale.S      Thu Oct 20 06:47:29 2022 +0000
+++ b/sys/arch/arm/arm/bcopyinout_xscale.S      Thu Oct 20 06:58:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcopyinout_xscale.S,v 1.11 2013/12/01 02:54:33 joerg Exp $     */
+/*     $NetBSD: bcopyinout_xscale.S,v 1.12 2022/10/20 06:58:38 skrll Exp $     */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -35,7 +35,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-RCSID("$NetBSD: bcopyinout_xscale.S,v 1.11 2013/12/01 02:54:33 joerg Exp $")   
+RCSID("$NetBSD: bcopyinout_xscale.S,v 1.12 2022/10/20 06:58:38 skrll Exp $")
 
        .text
        .align  0
@@ -292,10 +292,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lcopyin_bad1:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyin_bad1_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -353,10 +353,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lcopyin_bad2:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyin_bad2_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -414,10 +414,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lcopyin_bad3:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyin_bad3_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -445,7 +445,7 @@
        pop     {r4-r7}
        mov     r3, #0x00
        adds    r2, r2, #0x04
-       RETc(eq)        
+       RETc(eq)
 .Lcopyin_l4_2:
        rsbs    r2, r2, #0x03
        addne   pc, pc, r2, lsl #3
@@ -732,10 +732,10 @@
        strt    r6, [r1], #0x04
        strt    r7, [r1], #0x04
 .Lcopyout_bad1:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyout_bad1_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -793,10 +793,10 @@
        strt    r6, [r1], #0x04
        strt    r7, [r1], #0x04
 .Lcopyout_bad2:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyout_bad2_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -854,10 +854,10 @@
        strt    r6, [r1], #0x04
        strt    r7, [r1], #0x04
 .Lcopyout_bad3:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lcopyout_bad3_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -1150,10 +1150,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lkcopy_bad1:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lkcopy_bad1_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -1211,10 +1211,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lkcopy_bad2:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lkcopy_bad2_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -1272,10 +1272,10 @@
        str     r6, [r1], #0x04
        str     r7, [r1], #0x04
 .Lkcopy_bad3:
-       subs    r2, r2, #0x10         
+       subs    r2, r2, #0x10
        bge     .Lkcopy_bad3_loop16
 
-       adds    r2, r2, #0x10         
+       adds    r2, r2, #0x10
        popeq   {r4-r7}
        RETc(eq)                        /* Return now if done */
        subs    r2, r2, #0x04
@@ -1303,7 +1303,7 @@
        pop     {r4-r7}
        mov     r3, #0x00
        adds    r2, r2, #0x04
-       RETc(eq)        
+       RETc(eq)
 .Lkcopy_bad_endgame2:
        rsbs    r2, r2, #0x03
        addne   pc, pc, r2, lsl #3
diff -r 342365828fd9 -r cbca39e69e3f sys/arch/arm/arm/blockio.S
--- a/sys/arch/arm/arm/blockio.S        Thu Oct 20 06:47:29 2022 +0000
+++ b/sys/arch/arm/arm/blockio.S        Thu Oct 20 06:58:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: blockio.S,v 1.8 2013/08/18 06:29:29 matt Exp $ */
+/*     $NetBSD: blockio.S,v 1.9 2022/10/20 06:58:38 skrll Exp $        */
 
 /*
  * Copyright (c) 2001 Ben Harris.
@@ -43,12 +43,12 @@
  *
  * Created      : 08/10/94
  * Modified    : 22/01/99  -- R.Earnshaw
- *                            Faster, and small tweaks for StrongARM   
+ *                            Faster, and small tweaks for StrongARM
  */
 
 #include <machine/asm.h>
 
-RCSID("$NetBSD: blockio.S,v 1.8 2013/08/18 06:29:29 matt Exp $")
+RCSID("$NetBSD: blockio.S,v 1.9 2022/10/20 06:58:38 skrll Exp $")
 
 /*
  * Read bytes from an I/O address into a block of memory
@@ -250,7 +250,7 @@
 
        str     r3, [r0]
        str     ip, [r0]
-       
+
 /*     mov     ip, r3, lsl #16
  *     orr     ip, ip, ip, lsr #16
  *     str     ip, [r0]
@@ -358,7 +358,7 @@
        eor     r3, r3, r4, lsl #16     /* r3 = (A^B^A)(B) = (B)(B) */
        str     r3, [r0]
        str     r4, [r0]
-       
+
 /*     mov     r3, r4, lsl #16
  *     orr     r3, r3, r3, lsr #16
  *     str     r3, [r0]
diff -r 342365828fd9 -r cbca39e69e3f sys/arch/arm/arm/copystr.S
--- a/sys/arch/arm/arm/copystr.S        Thu Oct 20 06:47:29 2022 +0000
+++ b/sys/arch/arm/arm/copystr.S        Thu Oct 20 06:58:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: copystr.S,v 1.13 2020/06/30 16:20:00 maxv Exp $        */
+/*     $NetBSD: copystr.S,v 1.14 2022/10/20 06:58:38 skrll Exp $       */
 
 /*
  * Copyright (c) 1995 Mark Brinicombe.
@@ -40,14 +40,14 @@
 
 #include "opt_multiprocessor.h"
 #include "opt_cpuoptions.h"
-       
+
 #include "assym.h"
 
 #include <machine/asm.h>
 
 #include <arm/locore.h>
 
-RCSID("$NetBSD: copystr.S,v 1.13 2020/06/30 16:20:00 maxv Exp $")
+RCSID("$NetBSD: copystr.S,v 1.14 2022/10/20 06:58:38 skrll Exp $")
 
 #include <sys/errno.h>
 
diff -r 342365828fd9 -r cbca39e69e3f sys/arch/arm/arm/cpu_in_cksum.S
--- a/sys/arch/arm/arm/cpu_in_cksum.S   Thu Oct 20 06:47:29 2022 +0000
+++ b/sys/arch/arm/arm/cpu_in_cksum.S   Thu Oct 20 06:58:38 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_in_cksum.S,v 1.12 2018/01/24 09:04:44 skrll Exp $  */
+/*     $NetBSD: cpu_in_cksum.S,v 1.13 2022/10/20 06:58:38 skrll Exp $  */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -40,8 +40,8 @@
  */
 
 #include <machine/asm.h>
-RCSID("$NetBSD: cpu_in_cksum.S,v 1.12 2018/01/24 09:04:44 skrll Exp $")
-       
+RCSID("$NetBSD: cpu_in_cksum.S,v 1.13 2022/10/20 06:58:38 skrll Exp $")
+
 #include "assym.h"
 
 /*
@@ -61,7 +61,7 @@
 /* LINTSTUB: Func: int cpu_in_cksum(struct mbuf *, int, int, uint32_t) */
 ENTRY(cpu_in_cksum)
        push    {r4-r11,lr}
-       
+



Home | Main Index | Thread Index | Old Index