On 08/25/09 09:52, Pekka Enberg wrote:
> Hi Arnd,
>
> On Tue, 2009-08-25 at 18:49 +0200, Arnd Hannemann wrote:
>
>>> Thanks for doing the bisect! Can we also see your .config also?
>>>
>> Config for -rc7 is attached. My bisect configs were based on that
>>
> Thanks! While we wait for the Xen people, you can try the following
> patch to see if we can narrow the bug down to trap_init().
>
I think there's a problem that the side-effect of this change is that
interrupt initialization comes later, and so the dynamically allocated
arrays are not set up when the first interrupt comes in.
However, this particular change shouldn't have any effect on interrupts
being enabled early, right?
I have a local workaround which simply reverts the arrays back to
statically allocated, but it isn't very satisfactory (large memory hit,
esp if you're not running Xen).
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|