lkml.org 
[lkml]   [2009]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 4/6] x86: irqinit - merge native_init_IRQ
[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


\
 
 \ /
  Last update: 2009-04-01 17:03    [W:0.052 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site