From: Thomas Gleixner Date: Wed, 17 Oct 2007 16:04:36 +0000 (+0200) Subject: x86: remove reminder of i386 irqstat per cpu conversion X-Git-Tag: v2.6.24-rc1~476^2~74 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d43be8ea8c92a41557dacde94ae73565cbc01f0;p=linux-2.6-omap-h63xx.git 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 Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/hardirq_32.h b/include/asm-x86/hardirq_32.h index 34649585bb5..918863530b9 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)