linux_dsm_epyc7002/arch/mips
Al Viro 6e41c585e3 unify generic instances of csum_partial_copy_nocheck()
quite a few architectures have the same csum_partial_copy_nocheck() -
simply memcpy() the data and then return the csum of the copy.

hexagon, parisc, ia64, s390, um: explicitly spelled out that way.

arc, arm64, csky, h8300, m68k/nommu, microblaze, mips/GENERIC_CSUM, nds32,
nios2, openrisc, riscv, unicore32: end up picking the same thing spelled
out in lib/checksum.h (with varying amounts of perversions along the way).

everybody else (alpha, arm, c6x, m68k/mmu, mips/!GENERIC_CSUM, powerpc,
sh, sparc, x86, xtensa) have non-generic variants.  For all except c6x
the declaration is in their asm/checksum.h.  c6x uses the wrapper
from asm-generic/checksum.h that would normally lead to the lib/checksum.h
instance, but in case of c6x we end up using an asm function from arch/c6x
instead.

Screw that mess - have architectures with private instances define
_HAVE_ARCH_CSUM_AND_COPY in their asm/checksum.h and have the default
one right in net/checksum.h conditional on _HAVE_ARCH_CSUM_AND_COPY
*not* defined.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2020-08-20 15:45:14 -04:00
..
alchemy
ar7
ath25
ath79
bcm47xx
bcm63xx
bmips
boot MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
cavium-octeon
cobalt
configs all arch: remove system call sys_sysctl 2020-08-14 19:56:56 -07:00
crypto
dec
fw
generic
include unify generic instances of csum_partial_copy_nocheck() 2020-08-20 15:45:14 -04:00
jazz
jz4740
kernel all arch: remove system call sys_sysctl 2020-08-14 19:56:56 -07:00
kvm KVM: MIPS/VZ: Fix build error caused by 'kvm_run' cleanup 2020-08-11 07:19:41 -04:00
lantiq
lib
loongson2ef
loongson32
loongson64 mm/sparse: cleanup the code surrounding memory_present() 2020-08-07 11:33:27 -07:00
math-emu
mm mm/mips: use general page fault accounting 2020-08-12 10:58:03 -07:00
mti-malta
net
netlogic
oprofile
pci MIPS upates for v5.9 2020-08-06 10:54:07 -07:00
pic32
pistachio
pnx833x
power
ralink
rb532
sgi-ip22
sgi-ip27 mm/sparse: cleanup the code surrounding memory_present() 2020-08-07 11:33:27 -07:00
sgi-ip30
sgi-ip32 mm: remove unneeded includes of <asm/pgalloc.h> 2020-08-07 11:33:26 -07:00
sibyte
sni
tools
txx9
vdso Kbuild updates for v5.9 2020-08-09 14:10:26 -07:00
vr41xx
Kbuild
Kbuild.platforms
Kconfig s390: implement diag318 2020-08-06 12:59:31 -07:00
Kconfig.debug
Makefile
Makefile.postlink