[GIT PULL] parisc architecture updates for kernel v5.5

From: Helge Deller
Date: Sat Nov 30 2019 - 17:05:47 EST


Hi Linus,

please pull new updates for the parisc architecture for kernel 5.5 from:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.5-1

Just trivial small updates: An assembler register optimization in the inlined
networking checksum functions, a compiler warning fix and don't unneccesary
print a runtime warning on machines which wouldn't be affected anyway.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
parisc: Do not hardcode registers in checksum functions
kexec: Fix pointer-to-int-cast warnings

John David Anglin (1):
parisc: Avoid spurious inequivalent alias kernel error messages

arch/parisc/include/asm/checksum.h | 101 +++++++++++++++++++------------------
arch/parisc/kernel/cache.c | 2 +-
kernel/kexec_file.c | 4 +-
3 files changed, 55 insertions(+), 52 deletions(-)