Re: [patch 08/19] genirq; Provide compat handling forchip->mask_ack()

From: Thomas Gleixner
Date: Mon Sep 27 2010 - 11:17:42 EST


On Mon, 27 Sep 2010, Geert Uytterhoeven wrote:

> On Mon, Sep 27, 2010 at 14:44, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> > Wrap the old chip function mask_ack() until the migration is complete
> > and the old chip functions are removed.
> >
> > Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> > ---
> > Âkernel/irq/chip.c   Â|  20 ++++++++++++++++++--
> > Âkernel/irq/internals.h | Â 17 +++++++++++------
> > Âkernel/irq/manage.c  Â|  22 +++++++++++-----------
> > Â3 files changed, 40 insertions(+), 19 deletions(-)
>
> 3 files
>
> > Index: linux-2.6-tip/kernel/irq/chip.c
> > ===================================================================
> > --- linux-2.6-tip.orig/kernel/irq/chip.c
> > +++ linux-2.6-tip/kernel/irq/chip.c
>
> Only 1 file?

Yes, seems I forgot to refresh the patch stats, grmbl.

tglx