[PATCH 4/7] alpha: provide ioread64 and iowrite64 implementations
Logan Gunthorpe
logang at deltatee.com
Fri Jun 23 07:10:20 AEST 2017
On 6/22/2017 3:03 PM, Arnd Bergmann wrote:
> Drivers that want a non-atomic variant should include either
> include/linux/io-64-nonatomic-hi-lo.h or include/linux/io-64-nonatomic-lo-hi.h
> depending on what they need. Drivers that require 64-bit I/O should
> probably just depend on CONFIG_64BIT and maybe use readq/writeq.
Ok, I will work something like that up.
We'll still need a patch similar to patch 2 (less the non-atomic
versions) seeing even CONFIG_GENERIC_IOMAP arches don't actually have a
working ioread64/iowrite64 implementation.
Thanks,
Logan
More information about the Linuxppc-dev
mailing list