Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[deliverable/linux.git] / arch / ia64 / include / asm / hardirq.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_IA64_HARDIRQ_H
2#define _ASM_IA64_HARDIRQ_H
3
4/*
5 * Modified 1998-2002, 2004 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 */
8
1da177e4
LT
9/*
10 * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure.
11 */
12
13#define __ARCH_IRQ_STAT 1
14
15#define local_softirq_pending() (local_cpu_data->softirq_pending)
16
3c4ea5b4
TL
17#include <linux/threads.h>
18#include <linux/irq.h>
19
20#include <asm/processor.h>
21
1da177e4
LT
22extern void __iomem *ipi_base_addr;
23
24void ack_bad_irq(unsigned int irq);
25
26#endif /* _ASM_IA64_HARDIRQ_H */
This page took 0.722894 seconds and 5 git commands to generate.