Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 12:09:48 GMT
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 156670f0e7cf - stable/12 - arm: add atomic_store_rel_64
Message-ID:  <202107211209.16LC9mrg044475@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by mjg:

URL: https://cgit.FreeBSD.org/src/commit/?id=156670f0e7cf9c59181d153fd6596675245e27ca

commit 156670f0e7cf9c59181d153fd6596675245e27ca
Author:     Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2021-07-21 12:05:38 +0000
Commit:     Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2021-07-21 12:05:38 +0000

    arm: add atomic_store_rel_64
    
    This unbreaks building linux compat in tinderbox.
    
    This is a direct commit.
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/arm/include/atomic-v4.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/arm/include/atomic-v4.h b/sys/arm/include/atomic-v4.h
index f30abca99b02..a0083e00deaa 100644
--- a/sys/arm/include/atomic-v4.h
+++ b/sys/arm/include/atomic-v4.h
@@ -550,6 +550,7 @@ atomic_swap_32(volatile u_int32_t *p, u_int32_t v)
 #define atomic_subtract_acq_32	atomic_subtract_32
 #define atomic_store_rel_32	atomic_store_32
 #define atomic_store_rel_long	atomic_store_long
+#define atomic_store_rel_64	atomic_store_64
 #define atomic_load_acq_32	atomic_load_32
 #define atomic_load_acq_long	atomic_load_long
 #define atomic_add_acq_long		atomic_add_long



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211209.16LC9mrg044475>