projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e295f75
)
x86: remove reminder of i386 irqstat per cpu conversion
author
Thomas Gleixner
<tglx@linutronix.de>
Wed, 17 Oct 2007 16:04:36 +0000
(18:04 +0200)
committer
Thomas Gleixner
<tglx@inhelltoy.tec.linutronix.de>
Wed, 17 Oct 2007 18:16:04 +0000
(20:16 +0200)
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>
include/asm-x86/hardirq_32.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/hardirq_32.h
b/include/asm-x86/hardirq_32.h
index
3464958
..
9188635
100644
(file)
--- 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)