We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d1aa commit 13b72c8Copy full SHA for 13b72c8
src/r3_port_riscv/src/plic/imp.rs
@@ -30,7 +30,7 @@ pub fn init<Traits: Plic>() {
30
plic_regs.interrupt_enable[ctx][i].set(0);
31
}
32
33
- // Change the priority thread of the current context
+ // Change the priority threshold of the current context
34
// to accept all interrupts
35
plic_regs.ctxs[Traits::CONTEXT].priority_threshold.set(0);
36
0 commit comments