Module Name:    src
Committed By:   riastradh
Date:           Wed Apr  6 22:47:58 UTC 2022

Modified Files:
        src/common/lib/libc/arch/alpha/atomic: atomic_add.S atomic_and.S
            atomic_cas.S atomic_dec.S atomic_inc.S atomic_op_asm.h atomic_or.S
            atomic_swap.S membar_ops.S
        src/common/lib/libc/arch/hppa/atomic: membar_ops.S
        src/common/lib/libc/arch/i386/atomic: atomic.S
        src/common/lib/libc/arch/ia64/atomic: atomic.S
        src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_and.S
            atomic_cas.S atomic_cas_68000.S atomic_dec.S atomic_inc.S
            atomic_nand.S atomic_op_asm.h atomic_or.S atomic_sub.S
            atomic_swap.S atomic_xor.S
        src/common/lib/libc/arch/or1k/atomic: atomic_swap_32.S
        src/common/lib/libc/arch/powerpc/atomic: atomic_add.S atomic_and.S
            atomic_cas.S atomic_dec.S atomic_inc.S atomic_op_asm.h atomic_or.S
            atomic_swap.S membar_ops.S
        src/common/lib/libc/arch/riscv/atomic: membar_ops.S
        src/common/lib/libc/arch/sparc/atomic: atomic_cas_up.S atomic_op_asm.h
            membar_ops.S
        src/common/lib/libc/arch/sparc64/atomic: atomic_add.S atomic_and.S
            atomic_cas.S atomic_dec.S atomic_inc.S atomic_op_asm.h atomic_or.S
            atomic_swap.S membar_ops.S
        src/common/lib/libc/arch/x86_64/atomic: atomic.S
        src/sys/arch/i386/i386: lock_stubs.S
        src/sys/arch/ia64/include: mutex.h
        src/sys/arch/m68k/m68k: lock_stubs.s
        src/sys/arch/powerpc/powerpc: lock_stubs.S
        src/sys/arch/sparc/sparc: lock_stubs.s
        src/sys/arch/sparc64/sparc64: lock_stubs.s
        src/sys/arch/vax/include: mutex.h
        src/sys/arch/vax/vax: lock_stubs.S

Log Message:
Nix trailing whitespace in files of membars, atomics, and lock stubs.

Will be touching many of these files soon for functional changes.

No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/alpha/atomic/atomic_add.S \
    src/common/lib/libc/arch/alpha/atomic/atomic_and.S \
    src/common/lib/libc/arch/alpha/atomic/atomic_dec.S \
    src/common/lib/libc/arch/alpha/atomic/atomic_inc.S \
    src/common/lib/libc/arch/alpha/atomic/atomic_or.S \
    src/common/lib/libc/arch/alpha/atomic/atomic_swap.S
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/arch/alpha/atomic/atomic_cas.S
cvs rdiff -u -r1.3 -r1.4 \
    src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/alpha/atomic/membar_ops.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/hppa/atomic/membar_ops.S
cvs rdiff -u -r1.29 -r1.30 src/common/lib/libc/arch/i386/atomic/atomic.S
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/arch/ia64/atomic/atomic.S
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/arch/m68k/atomic/atomic_add.S
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libc/arch/m68k/atomic/atomic_and.S \
    src/common/lib/libc/arch/m68k/atomic/atomic_or.S
cvs rdiff -u -r1.13 -r1.14 src/common/lib/libc/arch/m68k/atomic/atomic_cas.S
cvs rdiff -u -r1.6 -r1.7 \
    src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S \
    src/common/lib/libc/arch/m68k/atomic/atomic_dec.S \
    src/common/lib/libc/arch/m68k/atomic/atomic_inc.S
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/arch/m68k/atomic/atomic_nand.S
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/m68k/atomic/atomic_sub.S \
    src/common/lib/libc/arch/m68k/atomic/atomic_xor.S
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libc/arch/m68k/atomic/atomic_swap.S
cvs rdiff -u -r1.1 -r1.2 \
    src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/arch/powerpc/atomic/atomic_add.S \
    src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/powerpc/atomic/atomic_and.S \
    src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S \
    src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S \
    src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h \
    src/common/lib/libc/arch/powerpc/atomic/atomic_or.S
cvs rdiff -u -r1.9 -r1.10 \
    src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/powerpc/atomic/membar_ops.S
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/riscv/atomic/membar_ops.S
cvs rdiff -u -r1.2 -r1.3 \
    src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S
cvs rdiff -u -r1.6 -r1.7 \
    src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/sparc/atomic/membar_ops.S
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/arch/sparc64/atomic/atomic_add.S \
    src/common/lib/libc/arch/sparc64/atomic/atomic_and.S \
    src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S \
    src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S \
    src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h \
    src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S \
    src/common/lib/libc/arch/sparc64/atomic/atomic_or.S
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/arch/sparc64/atomic/membar_ops.S
cvs rdiff -u -r1.22 -r1.23 src/common/lib/libc/arch/x86_64/atomic/atomic.S
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/i386/lock_stubs.S
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/ia64/include/mutex.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/m68k/m68k/lock_stubs.s
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/powerpc/lock_stubs.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sparc/sparc/lock_stubs.s
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sparc64/sparc64/lock_stubs.s
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/vax/include/mutex.h
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/vax/lock_stubs.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/common/lib/libc/arch/alpha/atomic/atomic_add.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_add.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_add.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_add.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_add.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_add.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_add.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/alpha/atomic/atomic_and.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_and.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_and.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_and.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_and.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_and.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_and.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/alpha/atomic/atomic_dec.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_dec.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_dec.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_dec.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_dec.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_dec.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_dec.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/alpha/atomic/atomic_inc.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_inc.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_inc.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_inc.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_inc.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_inc.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_inc.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/alpha/atomic/atomic_or.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_or.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_or.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_or.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_or.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_or.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_or.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/alpha/atomic/atomic_swap.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_swap.S:1.4 src/common/lib/libc/arch/alpha/atomic/atomic_swap.S:1.5
--- src/common/lib/libc/arch/alpha/atomic/atomic_swap.S:1.4	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_swap.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_swap.S,v 1.4 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_swap.S,v 1.5 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/alpha/atomic/atomic_cas.S
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_cas.S:1.5 src/common/lib/libc/arch/alpha/atomic/atomic_cas.S:1.6
--- src/common/lib/libc/arch/alpha/atomic/atomic_cas.S:1.5	Sun May 25 15:56:11 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_cas.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas.S,v 1.5 2008/05/25 15:56:11 chs Exp $	*/
+/*	$NetBSD: atomic_cas.S,v 1.6 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
diff -u src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h:1.3 src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h:1.4
--- src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h:1.3	Mon Apr 28 20:22:52 2008
+++ src/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_op_asm.h,v 1.3 2008/04/28 20:22:52 martin Exp $	*/
+/*	$NetBSD: atomic_op_asm.h,v 1.4 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/alpha/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/alpha/atomic/membar_ops.S:1.7 src/common/lib/libc/arch/alpha/atomic/membar_ops.S:1.8
--- src/common/lib/libc/arch/alpha/atomic/membar_ops.S:1.7	Thu Jan  8 22:27:17 2015
+++ src/common/lib/libc/arch/alpha/atomic/membar_ops.S	Wed Apr  6 22:47:55 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.7 2015/01/08 22:27:17 riastradh Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.8 2022/04/06 22:47:55 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/hppa/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/hppa/atomic/membar_ops.S:1.1 src/common/lib/libc/arch/hppa/atomic/membar_ops.S:1.2
--- src/common/lib/libc/arch/hppa/atomic/membar_ops.S:1.1	Mon Jan 17 07:40:21 2011
+++ src/common/lib/libc/arch/hppa/atomic/membar_ops.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.1 2011/01/17 07:40:21 skrll Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.2 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-RCSID("$NetBSD: membar_ops.S,v 1.1 2011/01/17 07:40:21 skrll Exp $")
+RCSID("$NetBSD: membar_ops.S,v 1.2 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 

Index: src/common/lib/libc/arch/i386/atomic/atomic.S
diff -u src/common/lib/libc/arch/i386/atomic/atomic.S:1.29 src/common/lib/libc/arch/i386/atomic/atomic.S:1.30
--- src/common/lib/libc/arch/i386/atomic/atomic.S:1.29	Fri May  1 08:32:50 2020
+++ src/common/lib/libc/arch/i386/atomic/atomic.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic.S,v 1.29 2020/05/01 08:32:50 maxv Exp $	*/
+/*	$NetBSD: atomic.S,v 1.30 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/ia64/atomic/atomic.S
diff -u src/common/lib/libc/arch/ia64/atomic/atomic.S:1.5 src/common/lib/libc/arch/ia64/atomic/atomic.S:1.6
--- src/common/lib/libc/arch/ia64/atomic/atomic.S:1.5	Mon Nov  9 14:22:02 2009
+++ src/common/lib/libc/arch/ia64/atomic/atomic.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic.S,v 1.5 2009/11/09 14:22:02 skrll Exp $	*/
+/*	$NetBSD: atomic.S,v 1.6 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_add.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_add.S:1.10 src/common/lib/libc/arch/m68k/atomic/atomic_add.S:1.11
--- src/common/lib/libc/arch/m68k/atomic/atomic_add.S:1.10	Mon Jun 23 21:53:45 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_add.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_add.S,v 1.10 2014/06/23 21:53:45 joerg Exp $	*/
+/*	$NetBSD: atomic_add.S,v 1.11 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_and.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_and.S:1.11 src/common/lib/libc/arch/m68k/atomic/atomic_and.S:1.12
--- src/common/lib/libc/arch/m68k/atomic/atomic_and.S:1.11	Mon Jun 23 21:53:45 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_and.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_and.S,v 1.11 2014/06/23 21:53:45 joerg Exp $	*/
+/*	$NetBSD: atomic_and.S,v 1.12 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/m68k/atomic/atomic_or.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_or.S:1.11 src/common/lib/libc/arch/m68k/atomic/atomic_or.S:1.12
--- src/common/lib/libc/arch/m68k/atomic/atomic_or.S:1.11	Mon Jun 23 21:53:45 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_or.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_or.S,v 1.11 2014/06/23 21:53:45 joerg Exp $	*/
+/*	$NetBSD: atomic_or.S,v 1.12 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_cas.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_cas.S:1.13 src/common/lib/libc/arch/m68k/atomic/atomic_cas.S:1.14
--- src/common/lib/libc/arch/m68k/atomic/atomic_cas.S:1.13	Fri Jul 10 20:16:01 2015
+++ src/common/lib/libc/arch/m68k/atomic/atomic_cas.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas.S,v 1.13 2015/07/10 20:16:01 mlelstv Exp $	*/
+/*	$NetBSD: atomic_cas.S,v 1.14 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S:1.6 src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S:1.7
--- src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S:1.6	Wed Jan 29 10:20:11 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas_68000.S,v 1.6 2014/01/29 10:20:11 martin Exp $	*/
+/*	$NetBSD: atomic_cas_68000.S,v 1.7 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/m68k/atomic/atomic_dec.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_dec.S:1.6 src/common/lib/libc/arch/m68k/atomic/atomic_dec.S:1.7
--- src/common/lib/libc/arch/m68k/atomic/atomic_dec.S:1.6	Tue Jul 16 23:24:18 2013
+++ src/common/lib/libc/arch/m68k/atomic/atomic_dec.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_dec.S,v 1.6 2013/07/16 23:24:18 matt Exp $	*/
+/*	$NetBSD: atomic_dec.S,v 1.7 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/m68k/atomic/atomic_inc.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_inc.S:1.6 src/common/lib/libc/arch/m68k/atomic/atomic_inc.S:1.7
--- src/common/lib/libc/arch/m68k/atomic/atomic_inc.S:1.6	Tue Jul 16 23:24:18 2013
+++ src/common/lib/libc/arch/m68k/atomic/atomic_inc.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_inc.S,v 1.6 2013/07/16 23:24:18 matt Exp $	*/
+/*	$NetBSD: atomic_inc.S,v 1.7 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_nand.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_nand.S:1.2 src/common/lib/libc/arch/m68k/atomic/atomic_nand.S:1.3
--- src/common/lib/libc/arch/m68k/atomic/atomic_nand.S:1.2	Sat Feb 22 17:08:30 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_nand.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_nand.S,v 1.2 2014/02/22 17:08:30 martin Exp $	*/
+/*	$NetBSD: atomic_nand.S,v 1.3 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h:1.5 src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h:1.6
--- src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h:1.5	Sun Feb 23 07:43:38 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_op_asm.h,v 1.5 2014/02/23 07:43:38 martin Exp $	*/
+/*	$NetBSD: atomic_op_asm.h,v 1.6 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_sub.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_sub.S:1.3 src/common/lib/libc/arch/m68k/atomic/atomic_sub.S:1.4
--- src/common/lib/libc/arch/m68k/atomic/atomic_sub.S:1.3	Mon Jun 23 21:53:45 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_sub.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_sub.S,v 1.3 2014/06/23 21:53:45 joerg Exp $	*/
+/*	$NetBSD: atomic_sub.S,v 1.4 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/m68k/atomic/atomic_xor.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_xor.S:1.3 src/common/lib/libc/arch/m68k/atomic/atomic_xor.S:1.4
--- src/common/lib/libc/arch/m68k/atomic/atomic_xor.S:1.3	Mon Jun 23 21:53:45 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_xor.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_xor.S,v 1.3 2014/06/23 21:53:45 joerg Exp $	*/
+/*	$NetBSD: atomic_xor.S,v 1.4 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/m68k/atomic/atomic_swap.S
diff -u src/common/lib/libc/arch/m68k/atomic/atomic_swap.S:1.9 src/common/lib/libc/arch/m68k/atomic/atomic_swap.S:1.10
--- src/common/lib/libc/arch/m68k/atomic/atomic_swap.S:1.9	Sat Jun 28 20:18:55 2014
+++ src/common/lib/libc/arch/m68k/atomic/atomic_swap.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_swap.S,v 1.9 2014/06/28 20:18:55 joerg Exp $	*/
+/*	$NetBSD: atomic_swap.S,v 1.10 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S
diff -u src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S:1.1 src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S:1.2
--- src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S:1.1	Wed Sep  3 19:34:25 2014
+++ src/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_swap_32.S,v 1.1 2014/09/03 19:34:25 matt Exp $	*/
+/*	$NetBSD: atomic_swap_32.S,v 1.2 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007,2012 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/powerpc/atomic/atomic_add.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_add.S:1.8 src/common/lib/libc/arch/powerpc/atomic/atomic_add.S:1.9
--- src/common/lib/libc/arch/powerpc/atomic/atomic_add.S:1.8	Fri Mar  7 07:17:54 2014
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_add.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_add.S,v 1.8 2014/03/07 07:17:54 matt Exp $	*/
+/*	$NetBSD: atomic_add.S,v 1.9 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_add.S,v 1.8 2014/03/07 07:17:54 matt Exp $")
+__RCSID("$NetBSD: atomic_add.S,v 1.9 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ATOMIC_OP_32(add)
Index: src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S:1.8 src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S:1.9
--- src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S:1.8	Sun Mar  1 23:23:36 2020
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_swap.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_swap.S,v 1.8 2020/03/01 23:23:36 rin Exp $	*/
+/*	$NetBSD: atomic_swap.S,v 1.9 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_swap.S,v 1.8 2020/03/01 23:23:36 rin Exp $")
+__RCSID("$NetBSD: atomic_swap.S,v 1.9 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ENTRY(_atomic_swap_32)

Index: src/common/lib/libc/arch/powerpc/atomic/atomic_and.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_and.S:1.7 src/common/lib/libc/arch/powerpc/atomic/atomic_and.S:1.8
--- src/common/lib/libc/arch/powerpc/atomic/atomic_and.S:1.7	Fri Mar  7 07:17:54 2014
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_and.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_and.S,v 1.7 2014/03/07 07:17:54 matt Exp $	*/
+/*	$NetBSD: atomic_and.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_and.S,v 1.7 2014/03/07 07:17:54 matt Exp $")
+__RCSID("$NetBSD: atomic_and.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ATOMIC_OP_32(and)
Index: src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S:1.7 src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S:1.8
--- src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S:1.7	Fri Mar  7 07:17:54 2014
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_dec.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_dec.S,v 1.7 2014/03/07 07:17:54 matt Exp $	*/
+/*	$NetBSD: atomic_dec.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_dec.S,v 1.7 2014/03/07 07:17:54 matt Exp $")
+__RCSID("$NetBSD: atomic_dec.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $")
 	.text
 ATOMIC_OP_32_ARG(dec,addi,-1)
 ATOMIC_OP_32_ARG_NV(dec,addi,-1)
Index: src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S:1.7 src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S:1.8
--- src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S:1.7	Fri Mar  7 07:17:54 2014
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_inc.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_inc.S,v 1.7 2014/03/07 07:17:54 matt Exp $	*/
+/*	$NetBSD: atomic_inc.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_inc.S,v 1.7 2014/03/07 07:17:54 matt Exp $")
+__RCSID("$NetBSD: atomic_inc.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ATOMIC_OP_32_ARG(inc,addi,1)
Index: src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h:1.7 src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h:1.8
--- src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h:1.7	Sun Mar  1 23:23:36 2020
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_op_asm.h,v 1.7 2020/03/01 23:23:36 rin Exp $	*/
+/*	$NetBSD: atomic_op_asm.h,v 1.8 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/powerpc/atomic/atomic_or.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_or.S:1.7 src/common/lib/libc/arch/powerpc/atomic/atomic_or.S:1.8
--- src/common/lib/libc/arch/powerpc/atomic/atomic_or.S:1.7	Fri Mar  7 07:17:54 2014
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_or.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_or.S,v 1.7 2014/03/07 07:17:54 matt Exp $	*/
+/*	$NetBSD: atomic_or.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_or.S,v 1.7 2014/03/07 07:17:54 matt Exp $")
+__RCSID("$NetBSD: atomic_or.S,v 1.8 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ATOMIC_OP_32(or)

Index: src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S
diff -u src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S:1.9 src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S:1.10
--- src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S:1.9	Sun Mar  1 23:23:36 2020
+++ src/common/lib/libc/arch/powerpc/atomic/atomic_cas.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas.S,v 1.9 2020/03/01 23:23:36 rin Exp $	*/
+/*	$NetBSD: atomic_cas.S,v 1.10 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: atomic_cas.S,v 1.9 2020/03/01 23:23:36 rin Exp $")
+__RCSID("$NetBSD: atomic_cas.S,v 1.10 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 ENTRY(_atomic_cas_32)

Index: src/common/lib/libc/arch/powerpc/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/powerpc/atomic/membar_ops.S:1.4 src/common/lib/libc/arch/powerpc/atomic/membar_ops.S:1.5
--- src/common/lib/libc/arch/powerpc/atomic/membar_ops.S:1.4	Sat Jan 15 07:31:11 2011
+++ src/common/lib/libc/arch/powerpc/atomic/membar_ops.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.4 2011/01/15 07:31:11 matt Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.5 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,7 +31,7 @@
 
 #include "atomic_op_asm.h"
 
-__RCSID("$NetBSD: membar_ops.S,v 1.4 2011/01/15 07:31:11 matt Exp $")
+__RCSID("$NetBSD: membar_ops.S,v 1.5 2022/04/06 22:47:56 riastradh Exp $")
 
 	.text
 /* These assume Total Store Order (TSO) */

Index: src/common/lib/libc/arch/riscv/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/riscv/atomic/membar_ops.S:1.1 src/common/lib/libc/arch/riscv/atomic/membar_ops.S:1.2
--- src/common/lib/libc/arch/riscv/atomic/membar_ops.S:1.1	Fri Sep 19 17:36:24 2014
+++ src/common/lib/libc/arch/riscv/atomic/membar_ops.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.1 2014/09/19 17:36:24 matt Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.2 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S
diff -u src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S:1.2 src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S:1.3
--- src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S:1.2	Wed Jan 29 13:06:36 2014
+++ src/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas_up.S,v 1.2 2014/01/29 13:06:36 martin Exp $	*/
+/*	$NetBSD: atomic_cas_up.S,v 1.3 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -12,7 +12,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
diff -u src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h:1.6 src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h:1.7
--- src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h:1.6	Mon Jan 17 18:11:09 2011
+++ src/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_op_asm.h,v 1.6 2011/01/17 18:11:09 joerg Exp $	*/
+/*	$NetBSD: atomic_op_asm.h,v 1.7 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/sparc/atomic/membar_ops.S:1.4 src/common/lib/libc/arch/sparc/atomic/membar_ops.S:1.5
--- src/common/lib/libc/arch/sparc/atomic/membar_ops.S:1.4	Sun May 25 15:56:12 2008
+++ src/common/lib/libc/arch/sparc/atomic/membar_ops.S	Wed Apr  6 22:47:56 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.4 2008/05/25 15:56:12 chs Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.5 2022/04/06 22:47:56 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc64/atomic/atomic_add.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_add.S:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_add.S:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_add.S:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_add.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_add.S,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_add.S,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_and.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_and.S:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_and.S:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_and.S:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_and.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_and.S,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_and.S,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_cas.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_cas.S,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_cas.S,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_inc.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_inc.S,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_inc.S,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_op_asm.h,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_op_asm.h,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S:1.7 src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S:1.8
--- src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S:1.7	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_swap.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_swap.S,v 1.7 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_swap.S,v 1.8 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S:1.8 src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S:1.9
--- src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S:1.8	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_dec.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_dec.S,v 1.8 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_dec.S,v 1.9 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Index: src/common/lib/libc/arch/sparc64/atomic/atomic_or.S
diff -u src/common/lib/libc/arch/sparc64/atomic/atomic_or.S:1.8 src/common/lib/libc/arch/sparc64/atomic/atomic_or.S:1.9
--- src/common/lib/libc/arch/sparc64/atomic/atomic_or.S:1.8	Sun Oct 18 02:28:07 2015
+++ src/common/lib/libc/arch/sparc64/atomic/atomic_or.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic_or.S,v 1.8 2015/10/18 02:28:07 nakayama Exp $	*/
+/*	$NetBSD: atomic_or.S,v 1.9 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/sparc64/atomic/membar_ops.S
diff -u src/common/lib/libc/arch/sparc64/atomic/membar_ops.S:1.5 src/common/lib/libc/arch/sparc64/atomic/membar_ops.S:1.6
--- src/common/lib/libc/arch/sparc64/atomic/membar_ops.S:1.5	Sun May 25 15:56:12 2008
+++ src/common/lib/libc/arch/sparc64/atomic/membar_ops.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: membar_ops.S,v 1.5 2008/05/25 15:56:12 chs Exp $	*/
+/*	$NetBSD: membar_ops.S,v 1.6 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/common/lib/libc/arch/x86_64/atomic/atomic.S
diff -u src/common/lib/libc/arch/x86_64/atomic/atomic.S:1.22 src/common/lib/libc/arch/x86_64/atomic/atomic.S:1.23
--- src/common/lib/libc/arch/x86_64/atomic/atomic.S:1.22	Sun Apr 26 14:49:17 2020
+++ src/common/lib/libc/arch/x86_64/atomic/atomic.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: atomic.S,v 1.22 2020/04/26 14:49:17 maxv Exp $	*/
+/*	$NetBSD: atomic.S,v 1.23 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/sys/arch/i386/i386/lock_stubs.S
diff -u src/sys/arch/i386/i386/lock_stubs.S:1.35 src/sys/arch/i386/i386/lock_stubs.S:1.36
--- src/sys/arch/i386/i386/lock_stubs.S:1.35	Fri May  1 09:40:47 2020
+++ src/sys/arch/i386/i386/lock_stubs.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.S,v 1.35 2020/05/01 09:40:47 maxv Exp $	*/
+/*	$NetBSD: lock_stubs.S,v 1.36 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -31,11 +31,11 @@
 
 /*
  * Where possible we make each routine fit into an assumed 64-byte cache
- * line.  Please check alignment with 'objdump -d' after making changes. 
+ * line.  Please check alignment with 'objdump -d' after making changes.
  */
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.35 2020/05/01 09:40:47 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lock_stubs.S,v 1.36 2022/04/06 22:47:57 riastradh Exp $");
 
 #include "opt_lockdebug.h"
 
@@ -354,7 +354,7 @@ ENTRY(__cpu_simple_lock_try)
 	LOCK(7)
 	cmpxchgb %ah, (%edx)
 	movl	$0, %eax
-	setz	%al	
+	setz	%al
 	RET(8)
 END(__cpu_simple_lock_try)
 

Index: src/sys/arch/ia64/include/mutex.h
diff -u src/sys/arch/ia64/include/mutex.h:1.6 src/sys/arch/ia64/include/mutex.h:1.7
--- src/sys/arch/ia64/include/mutex.h:1.6	Wed Aug 25 04:13:41 2021
+++ src/sys/arch/ia64/include/mutex.h	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mutex.h,v 1.6 2021/08/25 04:13:41 thorpej Exp $	*/
+/*	$NetBSD: mutex.h,v 1.7 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
@@ -47,7 +47,6 @@ struct kmutex {
 	__cpu_simple_lock_t	mtx_lock;
 };
 
-
 /* XXX when we implement mutex_enter()/mutex_exit(), uncomment this
 #define __HAVE_MUTEX_STUBS		1
 */

Index: src/sys/arch/m68k/m68k/lock_stubs.s
diff -u src/sys/arch/m68k/m68k/lock_stubs.s:1.10 src/sys/arch/m68k/m68k/lock_stubs.s:1.11
--- src/sys/arch/m68k/m68k/lock_stubs.s:1.10	Sun Mar  8 06:12:01 2020
+++ src/sys/arch/m68k/m68k/lock_stubs.s	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.s,v 1.10 2020/03/08 06:12:01 rin Exp $	*/
+/*	$NetBSD: lock_stubs.s,v 1.11 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/sys/arch/powerpc/powerpc/lock_stubs.S
diff -u src/sys/arch/powerpc/powerpc/lock_stubs.S:1.13 src/sys/arch/powerpc/powerpc/lock_stubs.S:1.14
--- src/sys/arch/powerpc/powerpc/lock_stubs.S:1.13	Mon Jul  6 09:34:18 2020
+++ src/sys/arch/powerpc/powerpc/lock_stubs.S	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.S,v 1.13 2020/07/06 09:34:18 rin Exp $	*/
+/*	$NetBSD: lock_stubs.S,v 1.14 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/sys/arch/sparc/sparc/lock_stubs.s
diff -u src/sys/arch/sparc/sparc/lock_stubs.s:1.13 src/sys/arch/sparc/sparc/lock_stubs.s:1.14
--- src/sys/arch/sparc/sparc/lock_stubs.s:1.13	Mon Dec 30 22:13:47 2019
+++ src/sys/arch/sparc/sparc/lock_stubs.s	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.s,v 1.13 2019/12/30 22:13:47 ad Exp $	*/
+/*	$NetBSD: lock_stubs.s,v 1.14 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/sys/arch/sparc64/sparc64/lock_stubs.s
diff -u src/sys/arch/sparc64/sparc64/lock_stubs.s:1.10 src/sys/arch/sparc64/sparc64/lock_stubs.s:1.11
--- src/sys/arch/sparc64/sparc64/lock_stubs.s:1.10	Wed Aug 25 13:28:51 2021
+++ src/sys/arch/sparc64/sparc64/lock_stubs.s	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.s,v 1.10 2021/08/25 13:28:51 thorpej Exp $	*/
+/*	$NetBSD: lock_stubs.s,v 1.11 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
@@ -15,7 +15,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- *      
+ *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Index: src/sys/arch/vax/include/mutex.h
diff -u src/sys/arch/vax/include/mutex.h:1.16 src/sys/arch/vax/include/mutex.h:1.17
--- src/sys/arch/vax/include/mutex.h:1.16	Wed Aug 25 04:13:42 2021
+++ src/sys/arch/vax/include/mutex.h	Wed Apr  6 22:47:57 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: mutex.h,v 1.16 2021/08/25 04:13:42 thorpej Exp $	*/
+/*	$NetBSD: mutex.h,v 1.17 2022/04/06 22:47:57 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 
 /*
  * The VAX mutex implementation is troublesome, because VAX lacks a
- * compare-and-swap operation.  
+ * compare-and-swap operation.
  *
  * So we emulate compare-and-swap by raising IPL to lock out interrupts
  * and (if MP) using BBSSI/BBCCI to lock out the other processors.

Index: src/sys/arch/vax/vax/lock_stubs.S
diff -u src/sys/arch/vax/vax/lock_stubs.S:1.18 src/sys/arch/vax/vax/lock_stubs.S:1.19
--- src/sys/arch/vax/vax/lock_stubs.S:1.18	Mon Dec  9 09:35:16 2013
+++ src/sys/arch/vax/vax/lock_stubs.S	Wed Apr  6 22:47:58 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: lock_stubs.S,v 1.18 2013/12/09 09:35:16 wiz Exp $	*/
+/*	$NetBSD: lock_stubs.S,v 1.19 2022/04/06 22:47:58 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2002, 2006, 2007 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@ ENTRY(mutex_spin_enter, 0)
 	mfpr	$PR_IPL, %r2			/* get current IPL */
 	movzbl	MTX_IPL(%r0), %r3
 	cmpl	%r3, %r2			/* does mutex have > IPL? */
-	bleq	1f				/*   no, leave IPL alone */ 
+	bleq	1f				/*   no, leave IPL alone */
 	mtpr	%r3, $PR_IPL			/*   yes, raise IPL */
 1:	mfpr	$PR_SSP, %r4			/* get curlwp */
 	movl	L_CPU(%r4),%r4			/* get cpu_info */
@@ -137,7 +137,7 @@ ENTRY(mutex_spin_exit, 0)
 	incl	CI_MTX_COUNT(%r4)		/* incr mtx count */
 	bneq	1f				/* still held? */
 	mtpr	%r2, $PR_IPL			/*   no, restore saved ipl */
-1:	ret	
+1:	ret
 
 #if defined(DIAGNOSTIC) || defined(MULTIPROCESSOR)
 2:	callg	(%ap), _C_LABEL(mutex_vector_exit)	/* slow path */

Reply via email to