Commit fa6a3bf7 authored by Al Viro's avatar Al Viro

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e778eaec
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment