-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: build: gen_isr: irq more than 1 byte per level
In some architectures such as RISC-V it can be the case that there are more than 255 interrupts per level. Additionally, this short comming is not completely solved by simply adding additional levels or aggrigators. This diff adds the ability to determine how many bits are needed per level based on the MAX_IRQ_PER_AGGRIGATOR Kconfig variable. Signed-off-by: Joshua Lilly <jgl@meta.com>
- Loading branch information
Showing
1 changed file
with
30 additions
and
3 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