[GIT PULL] parisc architecture fixes for kernel v5.5-rc3

From: Helge Deller
Date: Sat Dec 21 2019 - 09:37:57 EST


Hi Linus,

please pull a few small fixes for the parisc architecture for kernel 5.5-rc3 from:

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

Two build error fixes, one for the soft_offline_page() parameter change and one
for a specific KEXEC/KEXEC_FILE configuration, as well as a compiler and a
linker warning fix.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
parisc: soft_offline_page() now takes the pfn
parisc: Fix compiler warnings in debug_core.c

Sven Schnelle (2):
parisc: fix compilation when KEXEC=n and KEXEC_FILE=y
parisc: add missing __init annotation

arch/parisc/include/asm/cmpxchg.h | 10 ++++++++--
arch/parisc/include/asm/kexec.h | 4 ----
arch/parisc/kernel/Makefile | 2 +-
arch/parisc/kernel/drivers.c | 2 +-
arch/parisc/kernel/pdt.c | 3 +--
5 files changed, 11 insertions(+), 10 deletions(-)