|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][PVOPS] preserve chip_data when initializing irq
On Wednesday 29 September 2010, you wrote:
> On Wed, 2010-09-29 at 02:49 +0100, Ronny Hegewald wrote:
> > The root-problem is that in xen_allocate_pirq the chip_data is
cleared
> > by the call to dynamic_irq_init. The attached patch fixes this by
> > reinserting chip_data after the call to dynamic_irq_init.
>
> dynamic_irq_init_keep_chip_data will do this for you.
Unfortunatly this function is available since 2.6.32. This why i have
send separate patches for 2.6.31 and 2.6.32. The patch for 2.6.32 uses
dynamic_irq_init_keep_chip_data.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|