Searched hist:e0e431aa (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/alpha/kernel/ |
H A D | entry.S | e0e431aa Thu Oct 18 00:11:58 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> alpha: simplify fork and friends
* no need to restore everything from switch_stack when we only need $26 * no need to pass current_pt_regs() manually, we can just as easily calculate it in alpha_clone/alpha_vfork ($8 + constant) * interpretation of zero usp as "use the parent's" is simpler in copy_thread(); let fork and vfork just pass 0.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> e0e431aa Thu Oct 18 00:11:58 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> alpha: simplify fork and friends * no need to restore everything from switch_stack when we only need $26 * no need to pass current_pt_regs() manually, we can just as easily calculate it in alpha_clone/alpha_vfork ($8 + constant) * interpretation of zero usp as "use the parent's" is simpler in copy_thread(); let fork and vfork just pass 0. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
H A D | process.c | e0e431aa Thu Oct 18 00:11:58 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> alpha: simplify fork and friends
* no need to restore everything from switch_stack when we only need $26 * no need to pass current_pt_regs() manually, we can just as easily calculate it in alpha_clone/alpha_vfork ($8 + constant) * interpretation of zero usp as "use the parent's" is simpler in copy_thread(); let fork and vfork just pass 0.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> e0e431aa Thu Oct 18 00:11:58 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> alpha: simplify fork and friends * no need to restore everything from switch_stack when we only need $26 * no need to pass current_pt_regs() manually, we can just as easily calculate it in alpha_clone/alpha_vfork ($8 + constant) * interpretation of zero usp as "use the parent's" is simpler in copy_thread(); let fork and vfork just pass 0. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|