Explorar o código

microblaze: Remove BIP from childregs

Not necessary to use BIP for protection.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=12) %!d(string=hai) anos
pai
achega
4336bac52b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/microblaze/kernel/process.c

+ 0 - 1
arch/microblaze/kernel/process.c

@@ -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;