[GIT PULL] parisc architecture fixes for kernel v4.20

From: Helge Deller
Date: Mon Oct 29 2018 - 17:05:02 EST


Hi Linus,

please pull three small patches for the parisc architecture for 4.20-rc1 from:

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

Three small patches:

- A boot fix for A500 machines, crash was caused by the new alternative
patching code from this merge window (by Dave)
- Change __kernel_suseconds_t to match glibc on 64-bit parisc (by Arnd)
- Use constants instead of hard-coded numbers (by me)

Thanks,
Helge

----------------------------------------------------------------
Arnd Bergmann (1):
parisc64: change __kernel_suseconds_t to match glibc

Helge Deller (1):
parisc: Use LINUX_GATEWAY_SPACE constant in entry.S

John David Anglin (1):
parisc: Fix A500 boot crash

arch/parisc/include/uapi/asm/posix_types.h | 3 ---
arch/parisc/kernel/entry.S | 5 +++--
arch/parisc/mm/init.c | 10 ++++------
3 files changed, 7 insertions(+), 11 deletions(-)