-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- On writes to IRQ priority, interrupt should be re-delivered if it became valid - Same for writes to IRQ enable bits - Implement plic_update_* family of functions for partial/full IRQ state update, which is more optimal than older plic_scan_irqs() - On IRQ completion, simply fire an interrupt again if it's pending. The hart interrupt line should be still raised anyways if there are more pending PLIC IRQs, which is checked in plic_claim_irq() so plic_scan_irqs() is no longer needed
- Loading branch information
Showing
1 changed file
with
79 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters