summaryrefslogtreecommitdiff
path: root/include/asm-x86/hardirq_32.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-17 18:04:36 +0200
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>2007-10-17 20:16:04 +0200
commit6d43be8ea8c92a41557dacde94ae73565cbc01f0 (patch)
tree4bda443fa69fe2639ec4177c3fa1a6dee1ceea21 /include/asm-x86/hardirq_32.h
parente295f75410eb19d2a9733508f7f5c093767592cd (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.h1
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 {
} ____cacheline_aligned irq_cpustat_t;
DECLARE_PER_CPU(irq_cpustat_t, irq_stat);
-extern irq_cpustat_t irq_stat[];
#define __ARCH_IRQ_STAT
#define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member)