Loading
Revert "arm64: head.S: Initialise MPAM EL2 registers and disable traps"
hulk inclusion category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9OXPO -------------------------------- This reverts commit a01fda35. If BIOS firmware doesn't enable MPAM function under EL3 environment, while the hardware has the MPAM ability, that would cause illegal instruction fault when access MPAM registers. It should be noted that this will bring potential risks to Kdump. If the previous kernel has an unhandled MPAM exception interrupt, it would cause Kdump crash after re-enable interrupt capability. Fixes: a01fda35 ("arm64: head.S: Initialise MPAM EL2 registers and disable traps") Signed-off-by:Zeng Heng <zengheng4@huawei.com>