irq.h (e77bc7dc9af0ec53996367b2053dfafee83b7edb) irq.h (cd1a41ceba8a4caef4d18a3a14d6d0f8c656efe4)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2#ifdef __KERNEL__
3#ifndef _ASM_POWERPC_IRQ_H
4#define _ASM_POWERPC_IRQ_H
5
6/*
7 */
8

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

32{
33 return irq;
34}
35
36extern int distribute_irqs;
37
38struct pt_regs;
39
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2#ifdef __KERNEL__
3#ifndef _ASM_POWERPC_IRQ_H
4#define _ASM_POWERPC_IRQ_H
5
6/*
7 */
8

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

32{
33 return irq;
34}
35
36extern int distribute_irqs;
37
38struct pt_regs;
39
40#define __ARCH_HAS_DO_SOFTIRQ
41
42#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
43/*
44 * Per-cpu stacks for handling critical, debug and machine check
45 * level interrupts.
46 */
47extern void *critirq_ctx[NR_CPUS];
48extern void *dbgirq_ctx[NR_CPUS];
49extern void *mcheckirq_ctx[NR_CPUS];

--- 18 unchanged lines hidden ---
40#if defined(CONFIG_BOOKE) || defined(CONFIG_40x)
41/*
42 * Per-cpu stacks for handling critical, debug and machine check
43 * level interrupts.
44 */
45extern void *critirq_ctx[NR_CPUS];
46extern void *dbgirq_ctx[NR_CPUS];
47extern void *mcheckirq_ctx[NR_CPUS];

--- 18 unchanged lines hidden ---