Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: Remove BIP from childregs

Not necessary to use BIP for protection.

Signed-off-by: Michal Simek <monstr@monstr.eu>

authored by

Michal Simek and committed by
Michal Simek
4336bac5 6be35c70

-1
-1
arch/microblaze/kernel/process.c
··· 162 162 * excepting for VM and UMS 163 163 * don't touch UMS , CARRY and cache bits 164 164 * right now MSR is a copy of parent one */ 165 - childregs->msr |= MSR_BIP; 166 165 childregs->msr &= ~MSR_EIP; 167 166 childregs->msr |= MSR_IE; 168 167 childregs->msr &= ~MSR_VM;