commit | 897860ebc1a86506055f6225efff7888fe27d6ee | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:04 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 10:11:03 2020 -0400 |
tree | 4684b369d148d098e4edb52375eb676f864e3a12 | |
parent | f2ff327e9354cdfb13c9885d5e5c646dff3ca53b [diff] |
x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE 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@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>