diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-23 09:50:03 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2009-03-23 16:20:20 -0400 |
| commit | 80c5520811d3805adcb15c570ea5e2d489fa5d0b (patch) | |
| tree | ae797a7f4af39f80e77526533d06ac23b439f0ab /arch/x86/include/asm/hardirq_32.h | |
| parent | b3e3b302cf6dc8d60b67f0e84d1fa5648889c038 (diff) | |
| parent | 8c083f081d0014057901c68a0a3e0f8ca7ac8d23 (diff) | |
Merge branch 'cpus4096' into irq/threaded
Conflicts:
arch/parisc/kernel/irq.c
kernel/irq/handle.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/hardirq_32.h')
| -rw-r--r-- | arch/x86/include/asm/hardirq_32.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/x86/include/asm/hardirq_32.h b/arch/x86/include/asm/hardirq_32.h deleted file mode 100644 index cf7954d1405..00000000000 --- a/arch/x86/include/asm/hardirq_32.h +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | #ifndef _ASM_X86_HARDIRQ_32_H | ||
| 2 | #define _ASM_X86_HARDIRQ_32_H | ||
| 3 | |||
| 4 | #include <linux/threads.h> | ||
| 5 | #include <linux/irq.h> | ||
| 6 | |||
| 7 | typedef struct { | ||
| 8 | unsigned int __softirq_pending; | ||
| 9 | unsigned long idle_timestamp; | ||
| 10 | unsigned int __nmi_count; /* arch dependent */ | ||
| 11 | unsigned int apic_timer_irqs; /* arch dependent */ | ||
| 12 | unsigned int irq0_irqs; | ||
| 13 | unsigned int irq_resched_count; | ||
| 14 | unsigned int irq_call_count; | ||
| 15 | unsigned int irq_tlb_count; | ||
| 16 | unsigned int irq_thermal_count; | ||
| 17 | unsigned int irq_spurious_count; | ||
| 18 | } ____cacheline_aligned irq_cpustat_t; | ||
| 19 | |||
| 20 | DECLARE_PER_CPU(irq_cpustat_t, irq_stat); | ||
| 21 | |||
| 22 | #define __ARCH_IRQ_STAT | ||
| 23 | #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) | ||
| 24 | |||
| 25 | #define inc_irq_stat(member) (__get_cpu_var(irq_stat).member++) | ||
| 26 | |||
| 27 | void ack_bad_irq(unsigned int irq); | ||
| 28 | #include <linux/irq_cpustat.h> | ||
| 29 | |||
| 30 | #endif /* _ASM_X86_HARDIRQ_32_H */ | ||
