Skip to content

Commit d6232aa

Browse files
authored
Merge pull request #20 from vicLin8712/fix-mie-comment
Revise comment of MIE.MEIE
2 parents b3a4062 + 30ce455 commit d6232aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ __attribute__((naked, section(".text.prologue"))) void _entry(void)
7171
"csrw mtvec, t0\n"
7272

7373
/* Enable machine-level external interrupts (MIE.MEIE).
74-
* This allows peripherals like the CLINT timer to raise interrupts.
74+
* This allows peripherals like the UART to raise interrupts.
7575
* Global interrupts remain disabled by mstatus.MIE until the scheduler
7676
* is ready.
7777
*/

0 commit comments

Comments
 (0)