microblaze: switch to generic kernel_execve()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Al Viro
2012-10-10 11:52:44 -04:00
committed by Michal Simek
parent 2319295dd8
commit 99c59f60fd
5 changed files with 6 additions and 43 deletions

View File

@@ -215,6 +215,7 @@ void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp)
regs->pt_mode = 0;
#ifdef CONFIG_MMU
regs->msr |= MSR_UMS;
regs->msr &= ~MSR_VM;
#endif
}