Re: [patch 4/6] x86: irqinit - merge native_init_IRQ

From: Cyrill Gorcunov
Date: Wed Apr 01 2009 - 11:00:27 EST


[Ingo Molnar - Wed, Apr 01, 2009 at 04:53:28PM +0200]
...
|
| > Index: linux-2.6.git/arch/x86/kernel/setup.c
| > ===================================================================
| > --- linux-2.6.git.orig/arch/x86/kernel/setup.c
| > +++ linux-2.6.git/arch/x86/kernel/setup.c
| > @@ -1087,3 +1087,11 @@ void __init x86_quirk_time_init(void)
| > setup_irq(0, &irq0);
| > }
| > #endif /* CONFIG_X86_32 */
| > +
| > +#ifdef CONFIG_X86_64
| > +void x86_quirk_pre_intr_init(void)
| > +{
| > + init_ISA_irqs();
| > +}
| > +void x86_quirk_intr_init(void) { }
| > +#endif
|
| Hm, wouldnt it be cleaner to add it as a new quirk function vector
| in struct x86_quirks? See arch/x86/include/asm/setup.h.
|
| Ingo
|

Will take a look, thanks!

Cyrill
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/