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/f460bd729d1e
branches: trunk
changeset: 997042:f460bd729d1e
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 318a68ecde39 -r f460bd729d1e 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