aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorYu Chien Peter Lin <[email protected]>2024-02-22 16:39:38 +0800
committerThomas Gleixner <[email protected]>2024-02-23 09:57:42 +0100
commit96303bcb401c21dc1426d8d9bb1fc74aae5c02a9 (patch)
tree612e1ece0c6ba8f0017cefc563069689fd7d7fbd /scripts/generate_rust_analyzer.py
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
irqchip/riscv-intc: Allow large non-standard interrupt number
Currently, the implementation of the RISC-V INTC driver uses the interrupt cause as the hardware interrupt number, with a maximum of 64 interrupts. However, the platform can expand the interrupt number further for custom local interrupts. To fully utilize the available local interrupt sources, switch to using irq_domain_create_tree() that creates the radix tree map, add global variables (riscv_intc_nr_irqs, riscv_intc_custom_base and riscv_intc_custom_nr_irqs) to determine the valid range of local interrupt number (hwirq). Signed-off-by: Yu Chien Peter Lin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Randolph <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Atish Patra <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions