Skip to content

Commit

Permalink
microblaze: Remove BIP from childregs
Browse files Browse the repository at this point in the history
Not necessary to use BIP for protection.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek authored and Michal Simek committed Dec 13, 2012
1 parent 6be35c7 commit 4336bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4336bac

Please sign in to comment.