mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 00:17:37 +00:00
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 | ||