On Thu, 12 Aug 2010, Blue Swirl wrote:
> On Thu, Aug 12, 2010 at 2:09 PM, wrote:
> > From: Anthony PERARD
> >
> > This patch introduces a generic function registration mechanism for
> > set_irq and map_irq in piix3, so that the two calls can be
> > overridden with platform specific functions whe
On Thu, Aug 12, 2010 at 2:09 PM, wrote:
> From: Anthony PERARD
>
> This patch introduces a generic function registration mechanism for
> set_irq and map_irq in piix3, so that the two calls can be
> overridden with platform specific functions whenever needed.
> The patch also implements and regis
From: Anthony PERARD
This patch introduces a generic function registration mechanism for
set_irq and map_irq in piix3, so that the two calls can be
overridden with platform specific functions whenever needed.
The patch also implements and registers the Xen specific version of the
functions.
Sign