mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:10:50 +07:00
microblaze: Remove BIP from childregs
Not necessary to use BIP for protection. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
6be35c700f
commit
4336bac52b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user