aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/kernel/process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c
index 40823fd1db0b..a5b74f729e5b 100644
--- a/arch/microblaze/kernel/process.c
+++ b/arch/microblaze/kernel/process.c
@@ -162,7 +162,6 @@ int copy_thread(unsigned long clone_flags, unsigned long usp,
162 * excepting for VM and UMS 162 * excepting for VM and UMS
163 * don't touch UMS , CARRY and cache bits 163 * don't touch UMS , CARRY and cache bits
164 * right now MSR is a copy of parent one */ 164 * right now MSR is a copy of parent one */
165 childregs->msr |= MSR_BIP;
166 childregs->msr &= ~MSR_EIP; 165 childregs->msr &= ~MSR_EIP;
167 childregs->msr |= MSR_IE; 166 childregs->msr |= MSR_IE;
168 childregs->msr &= ~MSR_VM; 167 childregs->msr &= ~MSR_VM;