irq.c (9d4d8572a539ef807e21c196f145aa365fd52f0e) irq.c (db1cc7aede37eb9235759131ddfefd9c0ea5136f)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/sh/kernel/irq.c
4 *
5 * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
6 *
7 *
8 * SuperH version: Copyright (C) 1999 Niibe Yutaka

--- 6 unchanged lines hidden (view full) ---

15#include <linux/ftrace.h>
16#include <linux/delay.h>
17#include <linux/ratelimit.h>
18#include <asm/processor.h>
19#include <asm/machvec.h>
20#include <linux/uaccess.h>
21#include <asm/thread_info.h>
22#include <cpu/mmu_context.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * linux/arch/sh/kernel/irq.c
4 *
5 * Copyright (C) 1992, 1998 Linus Torvalds, Ingo Molnar
6 *
7 *
8 * SuperH version: Copyright (C) 1999 Niibe Yutaka

--- 6 unchanged lines hidden (view full) ---

15#include <linux/ftrace.h>
16#include <linux/delay.h>
17#include <linux/ratelimit.h>
18#include <asm/processor.h>
19#include <asm/machvec.h>
20#include <linux/uaccess.h>
21#include <asm/thread_info.h>
22#include <cpu/mmu_context.h>
23#include <asm/softirq_stack.h>
23
24atomic_t irq_err_count;
25
26/*
27 * 'what should we do if we get a hw irq event on an illegal vector'.
28 * each architecture has to answer this themselves, it doesn't deserve
29 * a generic callback i think.
30 */

--- 215 unchanged lines hidden ---
24
25atomic_t irq_err_count;
26
27/*
28 * 'what should we do if we get a hw irq event on an illegal vector'.
29 * each architecture has to answer this themselves, it doesn't deserve
30 * a generic callback i think.
31 */

--- 215 unchanged lines hidden ---