[PATCH v3 1/5] fsl_msi: fix the conflict of virt_msir's chip_data

Kumar Gala galak at kernel.crashing.org
Tue May 25 05:12:37 EST 2010


On Apr 22, 2010, at 3:31 AM, Li Yang wrote:

> In fsl_of_msi_probe(), the virt_msir's chip_data have been stored
> the pointer to struct mpic. We add a struct fsl_msi_cascade_data
> to store the pointer to struct fsl_msi and msir_index in hanler_data.
> Otherwise, the pointer to struct mpic will be over-written, and will
> cause problem when calling eoi() of the irq.
> 
> Signed-off-by: Zhao Chenhui <b26998 at freescale.com>
> Signed-off-by: Li Yang <leoli at freescale.com>
> ---
> arch/powerpc/sysdev/fsl_msi.c |   33 +++++++++++++++++++++++++++------
> 1 files changed, 27 insertions(+), 6 deletions(-)

applied to next

- k


More information about the Linuxppc-dev mailing list