1 /* SPDX-License-Identifier: GPL-2.0
3 * arch/sh/kernel/cpu/sh2a/ex.S
5 * The SH-2A exception vector table
7 * Copyright (C) 2008 Yoshinori Sato
10 #include <linux/linkage.h>
13 ! convert Exception Vector to Exception Number
16 ! exception no 0 to 255
21 bra exception_trampoline0
25 exception_trampoline0:
33 1: .long exception_handler
35 ! exception no 256 to 511
40 bra exception_trampoline1
44 exception_trampoline1:
54 1: .long exception_handler
57 ! Exception Vector Base
63 .long exception_entry0 + vector * 6
68 .long exception_entry1 + vector * 6