[GIT PULL] additional parisc architecture updates for kernel v5.15-rc1

From: Helge Deller
Date: Fri Sep 03 2021 - 08:14:19 EST


Hi Linus,

please pull two more parisc architecture patches for kernel 5.15-rc1 from:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.15/parisc-2

Fix an unaligned-access crash in the bootloader and drop asm/swab.h.

Thanks,
Helge

----------------------------------------------------------------
The following changes since commit 7ba88a2a09f47e2e4f3e34215677a1d78a9e6a73:

Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 (2021-09-02 13:49:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c42813b71a06a2ff4a155aa87ac609feeab76cf3:

parisc: Fix unaligned-access crash in bootloader (2021-09-03 09:47:02 +0200)

----------------------------------------------------------------
Helge Deller (2):
parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64() functions
parisc: Fix unaligned-access crash in bootloader

arch/parisc/boot/compressed/misc.c | 2 +-
arch/parisc/include/uapi/asm/swab.h | 68 -------------------------------------
2 files changed, 1 insertion(+), 69 deletions(-)
delete mode 100644 arch/parisc/include/uapi/asm/swab.h