commit | be6abfa769fa07ce89ac73273360b335ae978805 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Aug 31 15:48:05 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 30 23:35:51 2012 -0400 |
tree | e6b9ba23767a93839c5e4e14f197d4781bf95cf4 | |
parent | 58254e1002a82eb383c5977ad9fd5a451b91fe29 [diff] |
powerpc: switch to generic sys_execve()/kernel_execve() the only non-obvious part is that current_pt_regs() is really needed here - task_pt_regs() is NULL for kernel threads; it's OK for ptrace uses (the thing task_pt_regs() is intended for), but not for us. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>