diff options
author | Robin Murphy <robin.murphy@arm.com> | 2016-04-26 11:38:20 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-05-03 18:23:02 +0100 |
commit | e511267bc25e18926826e7cccdf7872bcbb4776a (patch) | |
tree | ae8d3be2bee8b89cfaa309a88ebd229f76b5f95c /Makefile | |
parent | f0cfffc48cac516e37711786227f6808491913a5 (diff) |
io-64-nonatomic: Add relaxed accessor variants
Whilst commit 9439eb3ab9d1 ("asm-generic: io: implement relaxed
accessor macros as conditional wrappers") makes the *_relaxed forms of
I/O accessors universally available to drivers, in cases where writeq()
is implemented via the io-64-nonatomic helpers, writeq_relaxed() will
end up falling back to writel() regardless of whether writel_relaxed()
is available (identically for s/write/read/).
Add corresponding relaxed forms of the nonatomic helpers to delegate
to the equivalent 32-bit accessors as appropriate. We also need to fix
io.h to avoid defining default relaxed variants if the basic accessors
themselves don't exist.
CC: Christoph Hellwig <hch@lst.de>
CC: Darren Hart <dvhart@linux.intel.com>
CC: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions