Skip to content
Commit 0ac8b791 authored by Athul P Satheesan's avatar Athul P Satheesan Committed by Leandro Belli
Browse files

arch/aarch64: Allow '0' as valid ISR parameter in interrupt registration



The arch_interrupt_set_isr_irq_param() implementation previously rejected
registration of an interrupt handler if the parameter value was 0. This
prevented valid use cases such as debugger CLI modules which legitimately
use 0 as the callback parameter.

Signed-off-by: Athul P Satheesan's avatarAthul P Satheesan <athul.ps@arm.com>
parent a1c7efe8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment