Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Nix trailing whitespace in files of membars...



details:   https://anonhg.NetBSD.org/src/rev/2406e5c80b78
branches:  trunk
changeset: 364699:2406e5c80b78
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 06 22:47:55 2022 +0000

description:
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.

diffstat:

 common/lib/libc/arch/alpha/atomic/atomic_add.S      |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_and.S      |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_cas.S      |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_dec.S      |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_inc.S      |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_op_asm.h   |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_or.S       |   4 ++--
 common/lib/libc/arch/alpha/atomic/atomic_swap.S     |   4 ++--
 common/lib/libc/arch/alpha/atomic/membar_ops.S      |   4 ++--
 common/lib/libc/arch/hppa/atomic/membar_ops.S       |   6 +++---
 common/lib/libc/arch/i386/atomic/atomic.S           |   4 ++--
 common/lib/libc/arch/ia64/atomic/atomic.S           |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_add.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_and.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_cas.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_dec.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_inc.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_nand.S      |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_op_asm.h    |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_or.S        |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_sub.S       |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_swap.S      |   4 ++--
 common/lib/libc/arch/m68k/atomic/atomic_xor.S       |   4 ++--
 common/lib/libc/arch/or1k/atomic/atomic_swap_32.S   |   4 ++--
 common/lib/libc/arch/powerpc/atomic/atomic_add.S    |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_and.S    |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_cas.S    |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_dec.S    |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_inc.S    |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_op_asm.h |   4 ++--
 common/lib/libc/arch/powerpc/atomic/atomic_or.S     |   6 +++---
 common/lib/libc/arch/powerpc/atomic/atomic_swap.S   |   6 +++---
 common/lib/libc/arch/powerpc/atomic/membar_ops.S    |   6 +++---
 common/lib/libc/arch/riscv/atomic/membar_ops.S      |   4 ++--
 common/lib/libc/arch/sparc/atomic/atomic_cas_up.S   |   4 ++--
 common/lib/libc/arch/sparc/atomic/atomic_op_asm.h   |   4 ++--
 common/lib/libc/arch/sparc/atomic/membar_ops.S      |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_add.S    |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_and.S    |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_cas.S    |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_dec.S    |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_inc.S    |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_op_asm.h |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_or.S     |   4 ++--
 common/lib/libc/arch/sparc64/atomic/atomic_swap.S   |   4 ++--
 common/lib/libc/arch/sparc64/atomic/membar_ops.S    |   4 ++--
 common/lib/libc/arch/x86_64/atomic/atomic.S         |   4 ++--
 sys/arch/i386/i386/lock_stubs.S                     |  10 +++++-----
 sys/arch/ia64/include/mutex.h                       |   5 ++---
 sys/arch/m68k/m68k/lock_stubs.s                     |   4 ++--
 sys/arch/powerpc/powerpc/lock_stubs.S               |   4 ++--
 sys/arch/sparc/sparc/lock_stubs.s                   |   4 ++--
 sys/arch/sparc64/sparc64/lock_stubs.s               |   4 ++--
 sys/arch/vax/include/mutex.h                        |   4 ++--
 sys/arch/vax/vax/lock_stubs.S                       |   6 +++---
 56 files changed, 125 insertions(+), 126 deletions(-)

diffs (truncated from 1129 to 300 lines):

diff -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_add.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_add.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_add.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_and.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_and.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_and.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_cas.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_cas.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_cas.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_dec.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_dec.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_dec.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_inc.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_inc.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_inc.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_op_asm.h
--- a/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_op_asm.h Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_or.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_or.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_or.S     Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/atomic_swap.S
--- a/common/lib/libc/arch/alpha/atomic/atomic_swap.S   Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/atomic_swap.S   Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/alpha/atomic/membar_ops.S
--- a/common/lib/libc/arch/alpha/atomic/membar_ops.S    Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/alpha/atomic/membar_ops.S    Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/hppa/atomic/membar_ops.S
--- a/common/lib/libc/arch/hppa/atomic/membar_ops.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/hppa/atomic/membar_ops.S     Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/i386/atomic/atomic.S
--- a/common/lib/libc/arch/i386/atomic/atomic.S Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/i386/atomic/atomic.S Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/ia64/atomic/atomic.S
--- a/common/lib/libc/arch/ia64/atomic/atomic.S Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/ia64/atomic/atomic.S Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/m68k/atomic/atomic_add.S
--- a/common/lib/libc/arch/m68k/atomic/atomic_add.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_add.S     Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/m68k/atomic/atomic_and.S
--- a/common/lib/libc/arch/m68k/atomic/atomic_and.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_and.S     Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/m68k/atomic/atomic_cas.S
--- a/common/lib/libc/arch/m68k/atomic/atomic_cas.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_cas.S     Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S
--- a/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S       Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_cas_68000.S       Wed Apr 06 22:47:55 2022 +0000
@@ -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 -r 7e0d1ef990cb -r 2406e5c80b78 common/lib/libc/arch/m68k/atomic/atomic_dec.S
--- a/common/lib/libc/arch/m68k/atomic/atomic_dec.S     Wed Apr 06 22:25:00 2022 +0000
+++ b/common/lib/libc/arch/m68k/atomic/atomic_dec.S     Wed Apr 06 22:47:55 2022 +0000



Home | Main Index | Thread Index | Old Index