Re: [tip:locking/urgent] locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB

2018-02-26 Thread Will Deacon
Hi Andrea, I know this is in mainline now, but I think the way you've got the barriers here: On Fri, Feb 23, 2018 at 12:27:54AM -0800, tip-bot for Andrea Parri wrote: > diff --git a/arch/alpha/include/asm/cmpxchg.h > b/arch/alpha/include/asm/cmpxchg.h > index 46ebf14aed4e..8a2b331e43fe 100644 >

[tip:locking/urgent] locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB

2018-02-23 Thread tip-bot for Andrea Parri
Commit-ID: 79d442461df7478cdd0c50d9b8a76f431f150fa3 Gitweb: https://git.kernel.org/tip/79d442461df7478cdd0c50d9b8a76f431f150fa3 Author: Andrea Parri AuthorDate: Thu, 22 Feb 2018 10:24:29 +0100 Committer: Ingo Molnar CommitDate: Fri, 23 Feb 2018 08:38:15 +0100 locking/xchg/alpha: Clean