|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v2] xen/riscv: fix sstc init to write vstimecmp instead of stimecmp
According to the comment above initializing of CSR_VSTIMECMP should be used
instead of CSR_STIMECM.
Fixes: 25e032730690 ("xen/riscv: allow Xen to use SSTC while hiding it from
guests")
Signed-off-by: Baptiste Le Duc <baptiste.le-duc@xxxxxxxxxx>
---
xen/arch/riscv/time.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/riscv/time.c b/xen/arch/riscv/time.c
index 8769709e52..10b7e35f13 100644
--- a/xen/arch/riscv/time.c
+++ b/xen/arch/riscv/time.c
@@ -101,6 +101,6 @@ void __init preinit_xen_time(void)
* Thereby to avoid spurious VS-timer irqs set vstimecmp CSR to
* ULONG_MAX.
*/
- csr_write64(CSR_STIMECMP, ULONG_MAX);
+ csr_write64(CSR_VSTIMECMP, ULONG_MAX);
}
}
--
2.54.0
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |