projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0715650
)
x86: make irq_cfg static
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:36 +0000
(15:43 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 07:13:09 +0000
(09:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/io_apic_64.c
b/arch/x86/kernel/io_apic_64.c
index
9a54b77
..
bb3033f
100644
(file)
--- a/
arch/x86/kernel/io_apic_64.c
+++ b/
arch/x86/kernel/io_apic_64.c
@@
-61,7
+61,7
@@
struct irq_cfg {
};
/* irq_cfg is indexed by the sum of all RTEs in all I/O APICs. */
-struct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
+st
atic st
ruct irq_cfg irq_cfg[NR_IRQS] __read_mostly = {
[0] = { .domain = CPU_MASK_ALL, .vector = IRQ0_VECTOR, },
[1] = { .domain = CPU_MASK_ALL, .vector = IRQ1_VECTOR, },
[2] = { .domain = CPU_MASK_ALL, .vector = IRQ2_VECTOR, },