commit | 68799d507da32fde0459c6abffba33182ba73f2f | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Tue Jan 16 16:31:26 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 23 09:57:57 2024 +0100 |
tree | 45f90ced187ed229288ad7501d710beadac2b3d2 | |
parent | 49e2bc69a2fc5a8cbb2873d4a35fd416a38ee84d [diff] |
arch: riscv: make __soc_is_irq optional It looks like all SoCs in tree check if an exception comes from an IRQ the same way, so let's provide a common logic by default, still customizable if the SoC selects RISCV_SOC_ISR_CHECK. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>