riscv: moved some interrupt functions from IRAM to flash

These functions dont need to be in IRAM.
pull/11189/head
Marius Vikhammer 2023-04-10 12:20:02 +08:00
rodzic db059b155a
commit f7d045ad5c
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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