zephyr/soc/riscv/riscv-ite/common
Carlo Caione 741b9dc65d riscv: Rename __irq_wrapper to _isr_wrapper
For some reasons RISCV is the only arch where the vector table entry is
called __irq_wrapper instead of _isr_wrapper. This is not only a
cosmetic change but Zephyr expects the common ISR handler to be called
_isr_wrapper (for example when generating the IRQ vector table).

Change it.

find ./ -type f -exec sed -i 's/__irq_wrapper/_isr_wrapper/g' {} \;

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-06-21 20:27:20 -04:00
..
CMakeLists.txt
check_regs.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
chip_chipregs.h soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
pinctrl_soc.h soc: riscv: riscv-ite: fix include 2022-05-06 19:49:17 +09:00
power.c soc: riscv-ite: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
soc_common.h
soc_common_irq.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc_dt.h
soc_espi.h soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc_irq.S soc: it8xxx2: optimize __soc_handle_irq and __soc_is_irq functions 2022-06-14 09:31:14 +02:00
vector.S riscv: Rename __irq_wrapper to _isr_wrapper 2022-06-21 20:27:20 -04:00