alpha: syscall exit cleanup
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Sep 2021 22:38:15 +0000 (18:38 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 30 Oct 2022 03:31:15 +0000 (23:31 -0400)
commite778eaecedcb0422dd81af23cf83546b4932fc19
treee09deb9ec2245f0dd4dcc1ab8fdcdc5c220d1b83
parent19a09e426893a3cb08b97147b8dc22bdfcab3bba
alpha: syscall exit cleanup

$ret_success consists of two insn + branch to ret_from_syscall.
The thing is, those insns are identical to the ones immediately
preceding ret_from_syscall...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/kernel/entry.S