ex.S (e5451c8f8330e03ad3cfa16048b4daf961af434f) ex.S (234a0538240caa05f12ec4ef7a573b173ab7ea57)
1/*
1/* SPDX-License-Identifier: GPL-2.0
2 *
2 * arch/sh/kernel/cpu/sh2a/ex.S
3 *
4 * The SH-2A exception vector table
5 *
6 * Copyright (C) 2008 Yoshinori Sato
3 * arch/sh/kernel/cpu/sh2a/ex.S
4 *
5 * The SH-2A exception vector table
6 *
7 * Copyright (C) 2008 Yoshinori Sato
7 *
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
10 * for more details.
11 */
12
13#include <linux/linkage.h>
14
15!
16! convert Exception Vector to Exception Number
17!
18

--- 55 unchanged lines hidden ---
8 */
9
10#include <linux/linkage.h>
11
12!
13! convert Exception Vector to Exception Number
14!
15

--- 55 unchanged lines hidden ---