You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
soc: riscv: bouffalolab: Remove unused __soc_is_irq function
The __soc_is_irq function is only used when
CONFIG_RISCV_SOC_EXCEPTION_FROM_IRQ is enabled, which is not the case
for any Bouffalolab SoC. Therefore, the function is dead code.
Although the implementation is more complex than the default, it results
in the same behavior, making it effectively redundant.
Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
0 commit comments