riscv: moved some interrupt functions from IRAM to flash

These functions dont need to be in IRAM.
This commit is contained in:
Marius Vikhammer 2023-04-10 12:20:02 +08:00
parent db059b155a
commit f7d045ad5c

View File

@ -2,4 +2,6 @@
archive: libriscv.a
entries:
interrupt (noflash_text)
interrupt:intr_handler_get (default)
interrupt:intr_handler_set (default)
vectors (noflash_text)