Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch: Fix assert logic for installing shared interrupt
With this commit, it is now allowed to register any ISR and arg combination for the same IRQ, except the case when the exact same ISR-arg combination is already registered. The previous assert logic had a restriction where the same ISR could not be registered multiple times with different arguments. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
- Loading branch information