Jeff Garzik <jgarzik@xxxxxxxxx> wrote:
Andrew Morton wrote:
It's only applicable to 32-bit machines. I thik I'd prefer to let the
various arch maintainers decide if this is an appropriate implementation.
Agreed, though I observe it's mostly 32-bit architectures that are missing readq() and writeq() implementations...
s2io.h has a private readq/writeq implementation, which I'm removing. There are probably others around the place (haven't looked).
This means that architecture implementation of readq()/writeq() becomes
non-optional.