mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
28a679ea60
The parisc implements ioread64_lo_hi(), ioread64_hi_lo()
iowrite64_lo_hi() and iowrite64_hi_lo() while we already
have a perfectly working generic version in the generic
portable assembly in <linux/io-64-nonatomic-hi-lo.h>.
Drop the custom versions in favor for the defaults.
Fixes:
|
||
---|---|---|
.. | ||
bitops.c | ||
checksum.c | ||
delay.c | ||
io.c | ||
iomap.c | ||
lusercopy.S | ||
Makefile | ||
memcpy.c | ||
memset.c | ||
ucmpdi2.c |