|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] apci issue
On Thu, Apr 21, 2005 at 03:26:53PM +0100, Keir Fraser 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()) {
Yep, that fixes it.
> My guess is that your IRQs are routed through the legacy PIC
It's indeed a old machine with a classic PIC, no IO-APIC yet.
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|