From: Al Viro Date: Sat, 18 Sep 2021 22:42:20 +0000 (-0400) Subject: alpha: ret_from_fork can go straight to ret_to_user X-Git-Tag: io_uring-6.2-2022-12-19~74^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fa6a3bf7ff3734ff13764d1b9e36c48f93eb3677;p=linux-block.git alpha: ret_from_fork can go straight to ret_to_user We only hit ret_from_fork when the child is meant to return to userland (since 2012 or so). Signed-off-by: Al Viro --- diff --git a/arch/alpha/kernel/entry.S b/arch/alpha/kernel/entry.S index 43380fbf600d..a6207c47f089 100644 --- a/arch/alpha/kernel/entry.S +++ b/arch/alpha/kernel/entry.S @@ -766,7 +766,7 @@ alpha_switch_to: .align 4 .ent ret_from_fork ret_from_fork: - lda $26, ret_from_sys_call + lda $26, ret_to_user mov $17, $16 jmp $31, schedule_tail .end ret_from_fork