[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140901152248.GA30405@n2100.arm.linux.org.uk>
Date: Mon, 1 Sep 2014 16:22:48 +0100
From: Russell King - ARM Linux <linux@....linux.org.uk>
To: Stephen Boyd <sboyd@...eaurora.org>
Cc: Marc Zyngier <marc.zyngier@....com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-omap@...r.kernel.org" <linux-omap@...r.kernel.org>,
"linux@...nrisc.net" <linux@...nrisc.net>,
"shawn.guo@...escale.com" <shawn.guo@...escale.com>,
"kernel@...gutronix.de" <kernel@...gutronix.de>,
"tony@...mide.com" <tony@...mide.com>,
Catalin Marinas <Catalin.Marinas@....com>,
Will Deacon <Will.Deacon@....com>,
"jonas@...thpole.se" <jonas@...thpole.se>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"jason@...edaemon.net" <jason@...edaemon.net>,
"shc_work@...l.ru" <shc_work@...l.ru>,
"baohua@...nel.org" <baohua@...nel.org>,
"maxime.ripard@...e-electrons.com" <maxime.ripard@...e-electrons.com>,
"khilman@...aro.org" <khilman@...aro.org>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@....com>,
"larry.bassel@...aro.org" <larry.bassel@...aro.org>,
Mark Rutland <Mark.Rutland@....com>,
Sudeep Holla <Sudeep.Holla@....com>,
"stefan.kristiansson@...nalahti.fi"
<stefan.kristiansson@...nalahti.fi>,
"vkale@....com" <vkale@....com>,
"schwidefsky@...ibm.com" <schwidefsky@...ibm.com>,
Vladimir Murzin <Vladimir.Murzin@....com>
Subject: Re: [PATCH v2 01/26] genirq: add irq_domain-aware core IRQ handler
On Tue, Aug 26, 2014 at 11:46:38AM -0700, Stephen Boyd wrote:
> Ah ok. This is the multi-irq handler case? Has this been broken since
> v3.2 at least for the gic users? Now that we call irq_enter()/irq_exit()
> a lot more code runs, including things like updating jiffies when
> interrupts arrive and invoking softirq? Do we only call irq_exit() on
> the IPI path otherwise?
>
> Are there any plans to send this back to stable trees? Not calling
> irq_enter()/irq_exit() when we get an interrupt seems like a big problem.
gic_handle_irq() calls handle_IRQ() which has the irq_enter()..irq_exit()
wrappers.
If we didn't have irq_exit(), then softirq's would be totally broken on
all gic-based platforms.
--
FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
according to speedtest.net.
--
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