2 * Minimal Nios2 system boot code -- exit on interrupt.
4 * Copyright Linaro Ltd 2022
5 * SPDX-License-Identifier: GPL-2.0-or-later
10 .section .text.intr, "ax"
12 .type _interrupt, @function
15 rdctl r5, exception /* extract exception.CAUSE */
20 .size _interrupt, . - _interrupt
23 .global _fast_tlb_miss
24 .type _fast_tlb_miss, @function
31 .size _fast_tlb_miss, . - _fast_tlb_miss