riscv: moved some interrupt functions from IRAM to flash

These functions dont need to be in IRAM.
pull/11519/head
Marius Vikhammer 2023-04-10 12:20:02 +08:00
rodzic b07a534984
commit de33225c31
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)