[PATCH 05/10] x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE
Simon Glass
sjg at chromium.org
Wed May 20 05:07:03 CEST 2020
On Thu, 14 May 2020 at 06:30, Tom Rini <trini at konsulko.com> wrote:
>
> In order to update our <linux/compiler.h> to a newer version that no
> longer provides ACCESS_ONCE() but only READ_ONCE()/WRITE_ONCE() we need
> to convert arch/x86/include/asm/atomic.h to the other macros.
>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> arch/x86/include/asm/atomic.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list