summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2022-04-06 22:47:55 +0000
committerriastradh <riastradh@NetBSD.org>2022-04-06 22:47:55 +0000
commit8b341aeb33fb1f525ea7d7a58c1bb06dcb74439a (patch)
treef2c9159a9ac441e0b64e9f5530574cc6de9ba88b
parent7991e265fb833c6138ec0e83b3ec47763077385f (diff)
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.
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_add.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_and.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_cas.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_dec.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_inc.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_op_asm.h4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_or.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/atomic_swap.S4
-rw-r--r--common/lib/libc/arch/alpha/atomic/membar_ops.S4
-rw-r--r--common/lib/libc/arch/hppa/atomic/membar_ops.S6
-rw-r--r--common/lib/libc/arch/i386/atomic/atomic.S4
-rw-r--r--common/lib/libc/arch/ia64/atomic/atomic.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_add.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_and.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_cas.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_dec.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_inc.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_nand.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_op_asm.h4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_or.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_sub.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_swap.S4
-rw-r--r--common/lib/libc/arch/m68k/atomic/atomic_xor.S4
-rw-r--r--common/lib/libc/arch/or1k/atomic/atomic_swap_32.S4
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_add.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_and.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_cas.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_dec.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_inc.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h4
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_or.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/atomic_swap.S6
-rw-r--r--common/lib/libc/arch/powerpc/atomic/membar_ops.S6
-rw-r--r--common/lib/libc/arch/riscv/atomic/membar_ops.S4
-rw-r--r--common/lib/libc/arch/sparc/atomic/atomic_cas_up.S4
-rw-r--r--common/lib/libc/arch/sparc/atomic/atomic_op_asm.h4
-rw-r--r--common/lib/libc/arch/sparc/atomic/membar_ops.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_add.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_and.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_cas.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_dec.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_inc.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_or.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/atomic_swap.S4
-rw-r--r--common/lib/libc/arch/sparc64/atomic/membar_ops.S4
-rw-r--r--common/lib/libc/arch/x86_64/atomic/atomic.S4
-rw-r--r--sys/arch/i386/i386/lock_stubs.S10
-rw-r--r--sys/arch/ia64/include/mutex.h5
-rw-r--r--sys/arch/m68k/m68k/lock_stubs.s4
-rw-r--r--sys/arch/powerpc/powerpc/lock_stubs.S4
-rw-r--r--sys/arch/sparc/sparc/lock_stubs.s4
-rw-r--r--sys/arch/sparc64/sparc64/lock_stubs.s4
-rw-r--r--sys/arch/vax/include/mutex.h4
-rw-r--r--sys/arch/vax/vax/lock_stubs.S6
56 files changed, 125 insertions, 126 deletions
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_add.S b/common/lib/libc/arch/alpha/atomic/atomic_add.S
index e4fdb25f456..394374e6dba 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_add.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_add.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_and.S b/common/lib/libc/arch/alpha/atomic/atomic_and.S
index bc5daca3e53..77010340ca9 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_and.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_and.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_cas.S b/common/lib/libc/arch/alpha/atomic/atomic_cas.S
index d959485c2ef..c180c380b16 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_cas.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_cas.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_dec.S b/common/lib/libc/arch/alpha/atomic/atomic_dec.S
index 982a1dab8aa..8e56e7ec3f7 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_dec.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_dec.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_inc.S b/common/lib/libc/arch/alpha/atomic/atomic_inc.S
index 6796cbf1e76..44f2011cc0f 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_inc.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_inc.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h b/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
index 5f01f3f9d47..87b389ff815 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
+++ b/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_or.S b/common/lib/libc/arch/alpha/atomic/atomic_or.S
index a08a71cd7c9..0ece537fab9 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_or.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_or.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/atomic_swap.S b/common/lib/libc/arch/alpha/atomic/atomic_swap.S
index 3ccfe2fc5d3..628cc25598d 100644
--- a/common/lib/libc/arch/alpha/atomic/atomic_swap.S
+++ b/common/lib/libc/arch/alpha/atomic/atomic_swap.S
@@ -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
diff --git a/common/lib/libc/arch/alpha/atomic/membar_ops.S b/common/lib/libc/arch/alpha/atomic/membar_ops.S
index bf9f6075b6c..332c9a4c7d1 100644
--- a/common/lib/libc/arch/alpha/atomic/membar_ops.S
+++ b/common/lib/libc/arch/alpha/atomic/membar_ops.S
@@ -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
diff --git a/common/lib/libc/arch/hppa/atomic/membar_ops.S b/common/lib/libc/arch/hppa/atomic/membar_ops.S
index a732c642c44..85ef8b2fafe 100644
--- a/common/lib/libc/arch/hppa/atomic/membar_ops.S
+++ b/common/lib/libc/arch/hppa/atomic/membar_ops.S
@@ -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
diff --git a/common/lib/libc/arch/i386/atomic/atomic.S b/common/lib/libc/arch/i386/atomic/atomic.S
index 53ef8e18f22..db801550bd2 100644
--- a/common/lib/libc/arch/i386/atomic/atomic.S
+++ b/common/lib/libc/arch/i386/atomic/atomic.S
@@ -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
diff --git a/common/lib/libc/arch/ia64/atomic/atomic.S b/common/lib/libc/arch/ia64/atomic/atomic.S
index 192d2421ae6..ff3a8fa0473 100644
--- a/common/lib/libc/arch/ia64/atomic/atomic.S
+++ b/common/lib/libc/arch/ia64/atomic/atomic.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_add.S b/common/lib/libc/arch/m68k/atomic/atomic_add.S
index 54af653a454..a7328d51e43 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_add.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_add.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_and.S b/common/lib/libc/arch/m68k/atomic/atomic_and.S
index 5f9a7981097..293684ea482 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_and.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_and.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_cas.S b/common/lib/libc/arch/m68k/atomic/atomic_cas.S
index d39c2667191..cedef95af50 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_cas.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_cas.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S b/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S
index 87b15687854..0004ef2c685 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_dec.S b/common/lib/libc/arch/m68k/atomic/atomic_dec.S
index fab1cfa9ce9..eebe446a78f 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_dec.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_dec.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_inc.S b/common/lib/libc/arch/m68k/atomic/atomic_inc.S
index 6579aaac42b..783b0c11ead 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_inc.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_inc.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_nand.S b/common/lib/libc/arch/m68k/atomic/atomic_nand.S
index f691b616cac..da03817ca1d 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_nand.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_nand.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h b/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
index 480847e4291..5cf79df4d6d 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
+++ b/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_or.S b/common/lib/libc/arch/m68k/atomic/atomic_or.S
index fea79793ddd..aef39f266e6 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_or.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_or.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_sub.S b/common/lib/libc/arch/m68k/atomic/atomic_sub.S
index 0585a8cb455..17c26606dd4 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_sub.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_sub.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_swap.S b/common/lib/libc/arch/m68k/atomic/atomic_swap.S
index af8760d589c..75379f04e22 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_swap.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_swap.S
@@ -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
diff --git a/common/lib/libc/arch/m68k/atomic/atomic_xor.S b/common/lib/libc/arch/m68k/atomic/atomic_xor.S
index d9b9350124a..77049962e86 100644
--- a/common/lib/libc/arch/m68k/atomic/atomic_xor.S
+++ b/common/lib/libc/arch/m68k/atomic/atomic_xor.S
@@ -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
diff --git a/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S b/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S
index 511f868e6ca..48ecdf6de8b 100644
--- a/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S
+++ b/common/lib/libc/arch/or1k/atomic/atomic_swap_32.S
@@ -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
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_add.S b/common/lib/libc/arch/powerpc/atomic/atomic_add.S
index e5d7ceb2670..c59e51ef75f 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_add.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_add.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_and.S b/common/lib/libc/arch/powerpc/atomic/atomic_and.S
index de31a314b53..a0c6e07b70b 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_and.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_and.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_cas.S b/common/lib/libc/arch/powerpc/atomic/atomic_cas.S
index acd97ca1fdc..dd1b8b6446f 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_cas.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_cas.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_dec.S b/common/lib/libc/arch/powerpc/atomic/atomic_dec.S
index 3e5c9f7f56f..b042549edd5 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_dec.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_dec.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_inc.S b/common/lib/libc/arch/powerpc/atomic/atomic_inc.S
index d98afaf8e6b..e3940333e65 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_inc.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_inc.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h b/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h
index f213c1a4239..767af710328 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h
@@ -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
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_or.S b/common/lib/libc/arch/powerpc/atomic/atomic_or.S
index 54c50ece4c1..ac68932f26a 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_or.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_or.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/atomic_swap.S b/common/lib/libc/arch/powerpc/atomic/atomic_swap.S
index 52424d03ef5..d6df688e07c 100644
--- a/common/lib/libc/arch/powerpc/atomic/atomic_swap.S
+++ b/common/lib/libc/arch/powerpc/atomic/atomic_swap.S
@@ -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)
diff --git a/common/lib/libc/arch/powerpc/atomic/membar_ops.S b/common/lib/libc/arch/powerpc/atomic/membar_ops.S
index dd103cfc947..eb8fb4f68a8 100644
--- a/common/lib/libc/arch/powerpc/atomic/membar_ops.S
+++ b/common/lib/libc/arch/powerpc/atomic/membar_ops.S
@@ -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) */
diff --git a/common/lib/libc/arch/riscv/atomic/membar_ops.S b/common/lib/libc/arch/riscv/atomic/membar_ops.S
index 9c29901a8a3..b8eb2063b78 100644
--- a/common/lib/libc/arch/riscv/atomic/membar_ops.S
+++ b/common/lib/libc/arch/riscv/atomic/membar_ops.S
@@ -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
diff --git a/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S b/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S
index 828876e2d6d..b8203932dc2 100644
--- a/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S
+++ b/common/lib/libc/arch/sparc/atomic/atomic_cas_up.S
@@ -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
diff --git a/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h b/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
index f7472d6a0e9..11a6edd2131 100644
--- a/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
+++ b/common/lib/libc/arch/sparc/atomic/atomic_op_asm.h
@@ -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
diff --git a/common/lib/libc/arch/sparc/atomic/membar_ops.S b/common/lib/libc/arch/sparc/atomic/membar_ops.S
index f3317c83a60..9066fb73e54 100644
--- a/common/lib/libc/arch/sparc/atomic/membar_ops.S
+++ b/common/lib/libc/arch/sparc/atomic/membar_ops.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_add.S b/common/lib/libc/arch/sparc64/atomic/atomic_add.S
index 2028dc74fef..b0d75dfe6b0 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_add.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_add.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_and.S b/common/lib/libc/arch/sparc64/atomic/atomic_and.S
index 63e3e29508e..f17e11c8241 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_and.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_and.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_cas.S b/common/lib/libc/arch/sparc64/atomic/atomic_cas.S
index 57f50fb555b..e751f0bae8c 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_cas.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_cas.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_dec.S b/common/lib/libc/arch/sparc64/atomic/atomic_dec.S
index 0d7477ec1b1..bf096550126 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_dec.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_dec.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_inc.S b/common/lib/libc/arch/sparc64/atomic/atomic_inc.S
index 1c083ba0ec2..4cd6b3ca3d8 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_inc.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_inc.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h b/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h
index b1d237887c7..b6ab8b43daf 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_or.S b/common/lib/libc/arch/sparc64/atomic/atomic_or.S
index 96744fa8a6a..ff1417a6585 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_or.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_or.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/atomic_swap.S b/common/lib/libc/arch/sparc64/atomic/atomic_swap.S
index 35ee53634fa..1590035f845 100644
--- a/common/lib/libc/arch/sparc64/atomic/atomic_swap.S
+++ b/common/lib/libc/arch/sparc64/atomic/atomic_swap.S
@@ -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
diff --git a/common/lib/libc/arch/sparc64/atomic/membar_ops.S b/common/lib/libc/arch/sparc64/atomic/membar_ops.S
index a3f5cb59f26..58ef6e474a1 100644
--- a/common/lib/libc/arch/sparc64/atomic/membar_ops.S
+++ b/common/lib/libc/arch/sparc64/atomic/membar_ops.S
@@ -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
diff --git a/common/lib/libc/arch/x86_64/atomic/atomic.S b/common/lib/libc/arch/x86_64/atomic/atomic.S
index 2b2d843cf3d..7f18d12e87e 100644
--- a/common/lib/libc/arch/x86_64/atomic/atomic.S
+++ b/common/lib/libc/arch/x86_64/atomic/atomic.S
@@ -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
diff --git a/sys/arch/i386/i386/lock_stubs.S b/sys/arch/i386/i386/lock_stubs.S
index 7c946a2352d..3d0940b7b91 100644
--- a/sys/arch/i386/i386/lock_stubs.S
+++ b/sys/arch/i386/i386/lock_stubs.S
@@ -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)
diff --git a/sys/arch/ia64/include/mutex.h b/sys/arch/ia64/include/mutex.h
index f1d35bafa5f..848993fa7d9 100644
--- a/sys/arch/ia64/include/mutex.h
+++ b/sys/arch/ia64/include/mutex.h
@@ -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
*/
diff --git a/sys/arch/m68k/m68k/lock_stubs.s b/sys/arch/m68k/m68k/lock_stubs.s
index a09dce37610..96ea413a992 100644
--- a/sys/arch/m68k/m68k/lock_stubs.s
+++ b/sys/arch/m68k/m68k/lock_stubs.s
@@ -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
diff --git a/sys/arch/powerpc/powerpc/lock_stubs.S b/sys/arch/powerpc/powerpc/lock_stubs.S
index 00dc0823a8e..346e0bb1cbf 100644
--- a/sys/arch/powerpc/powerpc/lock_stubs.S
+++ b/sys/arch/powerpc/powerpc/lock_stubs.S
@@ -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
diff --git a/sys/arch/sparc/sparc/lock_stubs.s b/sys/arch/sparc/sparc/lock_stubs.s
index 86dcb5af0a5..71ce82400f5 100644
--- a/sys/arch/sparc/sparc/lock_stubs.s
+++ b/sys/arch/sparc/sparc/lock_stubs.s
@@ -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
diff --git a/sys/arch/sparc64/sparc64/lock_stubs.s b/sys/arch/sparc64/sparc64/lock_stubs.s
index 1598d45f03c..c4f2be6271a 100644
--- a/sys/arch/sparc64/sparc64/lock_stubs.s
+++ b/sys/arch/sparc64/sparc64/lock_stubs.s
@@ -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
diff --git a/sys/arch/vax/include/mutex.h b/sys/arch/vax/include/mutex.h
index 112116727f5..208738c5b99 100644
--- a/sys/arch/vax/include/mutex.h
+++ b/sys/arch/vax/include/mutex.h
@@ -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.
diff --git a/sys/arch/vax/vax/lock_stubs.S b/sys/arch/vax/vax/lock_stubs.S
index e6352764e31..ffa9658f15e 100644
--- a/sys/arch/vax/vax/lock_stubs.S
+++ b/sys/arch/vax/vax/lock_stubs.S
@@ -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 */