Commit 8d8e5f7e authored by David S. Miller's avatar David S. Miller

[SPARC64]: Add missing sched_balance_exec() to 32-bit compat execve().

parent ead89f2d
......@@ -1950,6 +1950,8 @@ do_execve32(char * filename, u32 * argv, u32 * envp, struct pt_regs * regs)
int retval;
int i;
sched_balance_exec();
file = open_exec(filename);
retval = PTR_ERR(file);
......
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