]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Adjust the _exit_trap() position to come before handle_trap()
authorBin Meng <bmeng.cn@gmail.com>
Wed, 12 Dec 2018 14:12:44 +0000 (06:12 -0800)
committerAndes <uboot@andestech.com>
Tue, 18 Dec 2018 01:56:27 +0000 (09:56 +0800)
commit0972770cf8c1aff871ab9ebdbf0849de9eba6855
tree2bc0d6945628cc8783f257a34d84ac4f0e54b9b6
parent1cfc0f0deadcb19be8039c70f3cd5787472887ce
riscv: Adjust the _exit_trap() position to come before handle_trap()

With this change, we can avoid a forward declaration.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Anup Patel <anup@brainfault.org>
arch/riscv/lib/interrupts.c