commit | 52a31c1a9d7cbe1d585b6c1cc697d5ca87588e47 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 14 08:30:03 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 01 10:11:03 2020 -0400 |
tree | d9e310d25c11a7dc0421f4540e6b5bf31ecf7ca7 | |
parent | 32a9bccb18e2c0c8e8c4c7f2ed6c8348586e6ab8 [diff] |
tegra: 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/arm/mach-tegra/ivc.c to the other macros. Cc: Tom Warren <twarren@nvidia.com> Signed-off-by: Tom Rini <trini@konsulko.com>