signal/blackfin: Move the blackfin specific si_codes to asm-generic/siginfo.h
[cris-mirror.git] / arch / ia64 / include / asm / hardirq.h
blobbdc4669c71c3dcbfca5cc3f886fe6da68a64205c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_IA64_HARDIRQ_H
3 #define _ASM_IA64_HARDIRQ_H
5 /*
6 * Modified 1998-2002, 2004 Hewlett-Packard Co
7 * David Mosberger-Tang <davidm@hpl.hp.com>
8 */
11 * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure.
14 #define __ARCH_IRQ_STAT 1
16 #define local_softirq_pending() (local_cpu_data->softirq_pending)
18 #include <linux/threads.h>
19 #include <linux/irq.h>
21 #include <asm/processor.h>
23 extern void __iomem *ipi_base_addr;
25 void ack_bad_irq(unsigned int irq);
27 #endif /* _ASM_IA64_HARDIRQ_H */