[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.02.1205310930030.3231@ionos>
Date: Thu, 31 May 2012 09:30:52 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Sundar Iyer <sundar.iyer@...el.com>
cc: linux-kernel@...r.kernel.org, arjan.van.de.ven@...el.com,
german.monroy@...el.com
Subject: Re: [PATCH v1] x86/irq: handle chained interrupts during IRQ
migration
On Tue, 29 May 2012, Sundar Iyer wrote:
> Chained interrupt handlers dont have an irqaction and hence are not
> handled during migrating interrupts when some cores go offline.
>
> Handle this by introducing a irq_is_chained() check which is based
> on the IRQ_NOREQUEST flag being set for such interrupts. fixup_irq()
> can then handle such interrupts and not skip them over.
No, we need a separate flag for those. IRQ_NORREQUEST is not a
reliable indicator.
Thanks,
tglx
--
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