Page MenuHomeFreeBSD

D35463.diff
No OneTemporary

D35463.diff

diff --git a/sys/riscv/riscv/timer.c b/sys/riscv/riscv/timer.c
--- a/sys/riscv/riscv/timer.c
+++ b/sys/riscv/riscv/timer.c
@@ -120,7 +120,8 @@
riscv_timer_et_stop(struct eventtimer *et)
{
- /* TODO */
+ /* Disable timer interrupts. */
+ csr_clear(sie, SIE_STIE);
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 22, 12:33 AM (31 m, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27824946
Default Alt Text
D35463.diff (287 B)

Event Timeline