Browse Source

Merge pull request #103 from zongbox/comment

Correct the comment of timer interrupt
pull/114/head
Palmer Dabbelt 8 years ago
committed by GitHub
parent
commit
3434bc18aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      machine/mentry.S

2
machine/mentry.S

@ -48,7 +48,7 @@ trap_vector:
li a0, IRQ_M_TIMER * 2
bne a0, a1, 1f
# Yes. Simply clear MSIE and raise SSIP.
# Yes. Simply clear MTIE and raise STIP.
li a0, MIP_MTIP
csrc mie, a0
li a0, MIP_STIP

Loading…
Cancel
Save