Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: interrupts on APs



On Fri, Dec 09, 2011 at 06:10:04PM +0100, Manuel Bouyer wrote:
> > I've got a Dual Core machine with an Intel E7230 chipset:
> > 
> >     HP ProLiant ML110 G4 (1.0)
> >     [...]
> >     pchb0: Intel E7230 Host (rev. 0xc0)
> > 
> > But I would need a patch for "netbsd-5".
> 
> I think it's the same as with -HEAD: just change:
> #if 0
>                         if (ci == NULL ||
>                             ci->ci_nintrhand > lci->ci_nintrhand) {
>                                 ci = lci;
>                         }
> #else
>                        ci = &cpu_info_primary;
> #endif
> 
> to #if 1 in x86/x86/intr.c

No, it is not. The above code was only added in revision 1.61 and commented
out in revision 1.62. The "netbsd-5" branch was forked of version 1.57.

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/


Home | Main Index | Thread Index | Old Index