Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc/arch/mips/atomic Add atomic_cas_64_ni alias



details:   https://anonhg.NetBSD.org/src/rev/32c1f2c047b7
branches:  trunk
changeset: 449031:32c1f2c047b7
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 19 18:17:45 2019 +0000

description:
Add atomic_cas_64_ni alias

diffstat:

 common/lib/libc/arch/mips/atomic/atomic_cas.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r af1e36b19d57 -r 32c1f2c047b7 common/lib/libc/arch/mips/atomic/atomic_cas.S
--- a/common/lib/libc/arch/mips/atomic/atomic_cas.S     Tue Feb 19 16:31:38 2019 +0000
+++ b/common/lib/libc/arch/mips/atomic/atomic_cas.S     Tue Feb 19 18:17:45 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_cas.S,v 1.4 2015/06/01 23:16:54 matt Exp $      */
+/*     $NetBSD: atomic_cas.S,v 1.5 2019/02/19 18:17:45 martin Exp $    */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <machine/asm.h>
 #include "atomic_op_asm.h"
 
-RCSID("$NetBSD: atomic_cas.S,v 1.4 2015/06/01 23:16:54 matt Exp $")
+RCSID("$NetBSD: atomic_cas.S,v 1.5 2019/02/19 18:17:45 martin Exp $")
 
        .text
        .set    noat
@@ -74,6 +74,7 @@
         nop
 END(_atomic_cas_64)
 ATOMIC_OP_ALIAS(atomic_cas_64, _atomic_cas_64)
+ATOMIC_OP_ALIAS(atomic_cas_64_ni, _atomic_cas_64)
 #endif
 
 #ifdef _LP64



Home | Main Index | Thread Index | Old Index