Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
[linux-2.6/mini2440.git] / arch / ia64 / include / asm / hardirq.h
blobd514cd9edb49f45c9ac5871d407ec7ff65b0927e
1 #ifndef _ASM_IA64_HARDIRQ_H
2 #define _ASM_IA64_HARDIRQ_H
4 /*
5 * Modified 1998-2002, 2004 Hewlett-Packard Co
6 * David Mosberger-Tang <davidm@hpl.hp.com>
7 */
10 #include <linux/threads.h>
11 #include <linux/irq.h>
13 #include <asm/processor.h>
16 * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure.
19 #define __ARCH_IRQ_STAT 1
21 #define local_softirq_pending() (local_cpu_data->softirq_pending)
23 extern void __iomem *ipi_base_addr;
25 void ack_bad_irq(unsigned int irq);
27 #endif /* _ASM_IA64_HARDIRQ_H */