WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] apci issue

* Keir Fraser (Keir.Fraser@xxxxxxxxxxxx) wrote:
> 
> On 21 Apr 2005, at 15:03, Gerd Knorr wrote:
> 
> >On Thu, Apr 21, 2005 at 02:15:06PM +0100, Ian Pratt wrote:
> >>
> >>>Updated to current bk today, and my machine stopped booting ...
> >>>I've tracked it down to the apic changes from end of last week.
> >>>cset 1.1307 boots fine, 1.1308 doesn't.
> 
> Try changing the following line in xen/arch/x86/apic.c (in 
> setup_local_APIC):
>   if (!smp_processor_id()  && (pic_mode || !value)) {
> To:
>   if (!smp_processor_id()) {
> 
> My guess is that your IRQs are routed through the legacy PIC but we are 
> masking off the pin at the local APIC.

That works here.

thanks,
-chris

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>