Hi Linus, please pull the parisc architecture updates for kernel 5.13-rc1 from: http://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.13/parisc Thanks, Helge ---------------------------------------------------------------- parisc architecture updates for kernel 5.13: - switch to generic syscall header scripts - minor typo fix in setup.c ---------------------------------------------------------------- Helge Deller (1): parisc: Fix typo in setup.c Masahiro Yamada (2): parisc: syscalls: switch to generic syscalltbl.sh parisc: syscalls: switch to generic syscallhdr.sh arch/parisc/include/asm/Kbuild | 1 - arch/parisc/kernel/setup.c | 2 +- arch/parisc/kernel/syscall.S | 16 ++++++-------- arch/parisc/kernel/syscalls/Makefile | 30 ++++++++------------------ arch/parisc/kernel/syscalls/syscallhdr.sh | 36 ------------------------------- arch/parisc/kernel/syscalls/syscalltbl.sh | 36 ------------------------------- 6 files changed, 17 insertions(+), 104 deletions(-) delete mode 100644 arch/parisc/kernel/syscalls/syscallhdr.sh delete mode 100644 arch/parisc/kernel/syscalls/syscalltbl.sh