projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f97435
)
x86: make init_ISA_irqs nonstatic
author
Glauber Costa
<gcosta@redhat.com>
Fri, 11 Jul 2008 18:12:39 +0000
(15:12 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 13 Oct 2008 08:21:40 +0000
(10:21 +0200)
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irqinit_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/irqinit_64.c
b/arch/x86/kernel/irqinit_64.c
index 18968a78ab3de5d8223cf6bc4ab598860cd7f6e7..b01d9549b3d4d7d6e0f827f354885711aa6ebc6c 100644
(file)
--- a/
arch/x86/kernel/irqinit_64.c
+++ b/
arch/x86/kernel/irqinit_64.c
@@
-135,7
+135,7
@@
DEFINE_PER_CPU(vector_irq_t, vector_irq) = {
[IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1
};
-
static void __init init_ISA_irqs
(void)
+
void __init init_ISA_irqs
(void)
{
int i;