Loading
kvm: hisi_virt: fix kernel panic when enable DVMBM in nVHE
virt inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBTXY2 ------------------------------------------------------------------------ When the kernel is in nvhe mode and is in EL1, the original judgment logic causes the hardware_disable_dvmbm function to read the EL2 register in EL1, causing a panic during kernel startup. Signed-off-by:Jinqian Yang <yangjinqian1@huawei.com>