diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-17 12:04:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:16:04 -0400 |
commit | 6d43be8ea8c92a41557dacde94ae73565cbc01f0 (patch) | |
tree | 4bda443fa69fe2639ec4177c3fa1a6dee1ceea21 /include/asm-x86/hardirq_32.h | |
parent | e295f75410eb19d2a9733508f7f5c093767592cd (diff) |
x86: remove reminder of i386 irqstat per cpu conversion
The i386 irqstat per cpu conversion left an bogus export of the old
irqstat array in the header file. Remove it.
[ tglx: arch/x86 adaptation ]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hardirq_32.h')
-rw-r--r-- | include/asm-x86/hardirq_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/hardirq_32.h b/include/asm-x86/hardirq_32.h index 34649585bb59..918863530b92 100644 --- a/include/asm-x86/hardirq_32.h +++ b/include/asm-x86/hardirq_32.h | |||
@@ -13,7 +13,6 @@ typedef struct { | |||
13 | } ____cacheline_aligned irq_cpustat_t; | 13 | } ____cacheline_aligned irq_cpustat_t; |
14 | 14 | ||
15 | DECLARE_PER_CPU(irq_cpustat_t, irq_stat); | 15 | DECLARE_PER_CPU(irq_cpustat_t, irq_stat); |
16 | extern irq_cpustat_t irq_stat[]; | ||
17 | 16 | ||
18 | #define __ARCH_IRQ_STAT | 17 | #define __ARCH_IRQ_STAT |
19 | #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) | 18 | #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) |