+6
−21
Loading
mainline inclusion from mainline-v6.8-rc1 commit 0d2abe67029644741bf7400b0d00c2faa3e1c455 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I94LRF CVE: NA -------------------------------- Currently HW timer CSR registers are allowed to access before entering to vm and disabled if switch to SW timer in host mode, instead it is not necessary to do so. HW timer CSR registers can be accessed always, it is nothing to do with whether it is in vm mode or host mode. This patch removes the limitation. Signed-off-by:Bibo Mao <maobibo@loongson.cn> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn> Signed-off-by:
Xianglai Li <lixianglai@loongson.cn>