2 * arch/sh/kernel/cpu/sh2a/ex.S
4 * The SH-2A exception vector table
6 * Copyright (C) 2008 Yoshinori Sato
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
13 #include <linux/linkage.h>
16 ! convert Exception Vector to Exception Number
19 ! exception no 0 to 255
24 bra exception_trampoline0
28 exception_trampoline0:
36 1: .long exception_handler
38 ! exception no 256 to 511
43 bra exception_trampoline1
47 exception_trampoline1:
57 1: .long exception_handler
60 ! Exception Vector Base
66 .long exception_entry0 + vector * 6
70 .long exception_entry1 + vector * 6