提交 4336bac5 编写于 作者: M Michal Simek 提交者: Michal Simek

microblaze: Remove BIP from childregs

Not necessary to use BIP for protection.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 6be35c70
......@@ -162,7 +162,6 @@ int copy_thread(unsigned long clone_flags, unsigned long usp,
* excepting for VM and UMS
* don't touch UMS , CARRY and cache bits
* right now MSR is a copy of parent one */
childregs->msr |= MSR_BIP;
childregs->msr &= ~MSR_EIP;
childregs->msr |= MSR_IE;
childregs->msr &= ~MSR_VM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册