[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1509081625220.3854@nanos>
Date: Tue, 8 Sep 2015 16:25:44 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Mika Westerberg <mika.westerberg@...ux.intel.com>
cc: Jiang Liu <jiang.liu@...ux.intel.com>,
jarkko.nikula@...ux.intel.com, linux-kernel@...r.kernel.org
Subject: Re: Question related to patch: x86/irq: Remove x86_io_apic_ops.set_affinity
and related interfaces
On Tue, 8 Sep 2015, Mika Westerberg wrote:
> > + chip = irq_data_get_chip(idata);
>
> There seems to be no irq_data_get_chip() helper in current mainline. So
get_irq_chip() of course ....
> I replaced this with:
>
> chip = idata->chip;
>
> > + chip->irq_set_affinity(idata, mask, false);
> > }
> > -
> > }
> > #endif
>
> With the above change the patch fixes the problem, thanks!
>
> Tested-by: Mika Westerberg <mika.westerberg@...ux.intel.com>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists