Commit f1ae3f69 authored by Michal Simek's avatar Michal Simek

microblaze: UMS is used only for MMU kernel

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 374576a8
......@@ -235,7 +235,9 @@ void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp)
regs->pc = pc;
regs->r1 = usp;
regs->pt_mode = 0;
#ifdef CONFIG_MMU
regs->msr |= MSR_UMS;
#endif
}
#ifdef CONFIG_MMU
......
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