[git pull] alpha syscall glue stuff

From: Al Viro
Date: Wed Oct 24 2018 - 20:15:08 EST


several old patches making alpha syscall glue a bit less mysterious.

The following changes since commit 5c60a7389d795e001c8748b458eb76e3a5b6008c:

Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux (2018-08-16 10:53:45 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.alpha

for you to fetch changes up to 8a68060cefa6db0e02600ac35deed0dc2fa6a68f:

alpha: unify the glue for sigreturn-like syscalls (2018-08-16 21:03:35 -0400)

----------------------------------------------------------------
Al Viro (2):
alpha: use alpha_ni_syscall only for syscall zero
alpha: unify the glue for sigreturn-like syscalls

arch/alpha/kernel/entry.S | 53 ++++----
arch/alpha/kernel/systbls.S | 318 ++++++++++++++++++++++----------------------
2 files changed, 183 insertions(+), 188 deletions(-)