zephyr/arch/riscv
Kumar Gala a5cd799523 arch: riscv: irq: fix build warning
In arch_irq_connect_dynamic the 'level' variable is only used on
platforms that define CONFIG_RISCV_HAS_PLIC.  For the other platforms
we'll get a warning about an unused variable.  Remove the need for
'level' and just call irq_get_level() where its needed to address the
issue.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-10 12:38:06 -04:00
..
core arch: riscv: irq: fix build warning 2020-04-10 12:38:06 -04:00
include kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
CMakeLists.txt riscv: toolchain arguments for a 64-bit build 2019-08-09 09:11:45 -05:00
Kconfig RISCV compiler: Set mabi and march via Kconfig options 2020-04-06 21:54:07 -04:00