Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4336bac5 authored by Michal Simek's avatar Michal Simek Committed by Michal Simek
Browse files

microblaze: Remove BIP from childregs



Not necessary to use BIP for protection.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 6be35c70
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;