zephyr/arch/riscv/core
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
..
offsets headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
cpu_idle.c riscv: use standard MSTATUS 2020-01-06 13:27:45 -05:00
fatal.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
irq_manage.c arch: riscv: irq: fix build warning 2020-04-10 12:38:06 -04:00
irq_offload.c kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
isr.S tracing: add TRACING_ISR Kconfig 2020-02-05 23:54:26 -05:00
prep_c.c
reset.S kernel: interrupt/idle stacks/threads as array 2020-03-16 23:17:36 +02:00
swap.S riscv: use standard MSTATUS 2020-01-06 13:27:45 -05:00
thread.c riscv: use standard MSTATUS 2020-01-06 13:27:45 -05:00