entry.S (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | entry.S (234a0538240caa05f12ec4ef7a573b173ab7ea57) |
---|---|
1/* | 1/* SPDX-License-Identifier: GPL-2.0 2 * |
2 * arch/sh/kernel/cpu/sh2a/entry.S 3 * 4 * The SH-2A exception entry 5 * 6 * Copyright (C) 2008 Yoshinori Sato 7 * Based on arch/sh/kernel/cpu/sh2/entry.S | 3 * arch/sh/kernel/cpu/sh2a/entry.S 4 * 5 * The SH-2A exception entry 6 * 7 * Copyright (C) 2008 Yoshinori Sato 8 * Based on arch/sh/kernel/cpu/sh2/entry.S |
8 * 9 * This file is subject to the terms and conditions of the GNU General Public 10 * License. See the file "COPYING" in the main directory of this archive 11 * for more details. | |
12 */ 13 14#include <linux/linkage.h> 15#include <asm/asm-offsets.h> 16#include <asm/thread_info.h> 17#include <cpu/mmu_context.h> 18#include <asm/unistd.h> 19#include <asm/errno.h> --- 231 unchanged lines hidden --- | 9 */ 10 11#include <linux/linkage.h> 12#include <asm/asm-offsets.h> 13#include <asm/thread_info.h> 14#include <cpu/mmu_context.h> 15#include <asm/unistd.h> 16#include <asm/errno.h> --- 231 unchanged lines hidden --- |