Module Name: src
Committed By: martin
Date: Tue Feb 19 18:17:46 UTC 2019
Modified Files:
src/common/lib/libc/arch/mips/atomic: atomic_cas.S
Log Message:
Add atomic_cas_64_ni alias
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/mips/atomic/atomic_cas.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/mips/atomic/atomic_cas.S
diff -u src/common/lib/libc/arch/mips/atomic/atomic_cas.S:1.4 src/common/lib/libc/arch/mips/atomic/atomic_cas.S:1.5
--- src/common/lib/libc/arch/mips/atomic/atomic_cas.S:1.4 Mon Jun 1 23:16:54 2015
+++ src/common/lib/libc/arch/mips/atomic/atomic_cas.S Tue Feb 19 18:17:45 2019
@@ -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 @@ LEAF(_atomic_cas_64)
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