ex.S (e5451c8f8330e03ad3cfa16048b4daf961af434f) | ex.S (47d11326259baaed7659b47e3a49d31715719793) |
---|---|
1/* | 1/* SPDX-License-Identifier: GPL-2.0 2 * |
2 * arch/sh/kernel/cpu/sh2/ex.S 3 * 4 * The SH-2 exception vector table 5 * 6 * Copyright (C) 2005 Yoshinori Sato | 3 * arch/sh/kernel/cpu/sh2/ex.S 4 * 5 * The SH-2 exception vector table 6 * 7 * Copyright (C) 2005 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! 18exception_entry: --- 29 unchanged lines hidden --- | 8 */ 9 10#include <linux/linkage.h> 11 12! 13! convert Exception Vector to Exception Number 14! 15exception_entry: --- 29 unchanged lines hidden --- |