[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080925093119.5dd4df4c@bull.net>
Date: Thu, 25 Sep 2008 09:31:19 +0200
From: Sebastien Dugue <sebastien.dugue@...l.net>
To: benh@...nel.crashing.org
Cc: Milton Miller <miltonm@....com>, Paul Mackerras <paulus@...ba.org>,
linux-kernel@...r.kernel.org, Christoph Raisch <RAISCH@...ibm.com>,
linuxppc-dev@...abs.org, Jan-Bernd Themann <ossthema@...ibm.com>
Subject: Re: [PATCH HACK] powerpc: quick hack to get a functional eHEA with
hardirq preemption
On Thu, 25 Sep 2008 07:14:07 +1000 Benjamin Herrenschmidt <benh@...nel.crashing.org> wrote:
>
> > There may be some implicit assumption in that we expect the cpu
> > priority to be returned to normal by the EOI, but there is nothing in
> > the hardware that requires the EOI to come from the same cpu as
> > accepted the interrupt for processing, with the exception of the IPI
> > which is per-cpu (and the only interrupt that is per-cpu).
>
> Well, there is one fundamental one: The XIRR register we access is
> per-CPU, so if we are to return the right processor priority, we must
> make sure we write the right XIRR.
That's already the case as the irq fetch (xx_xirr_info_get()) and
eoi (xx_xirr_info_set()) are both done in interrupt context, therefore on
the same cpu.
>
> Same with Cell, MPIC, actually and a few others. In general I'd say most
> fast_eoi type PICs have this requirement.
>
> > It would probably mean adding the concept of the current cpu priority
> > vs interrupts and making sure we write it to hardware at irq_exit()
> > time when deferring the actual irq handlers.
>
> I think we need something like a special -rt variant of the fast_eoi
> handler that masks & eoi's in ack() before the thread is spun off, and
> unmasks instead of eoi() when the irq processing is complete.
This is what is already done in the threaded case:
- fetch + mask + eoi in interrupt context
- unmask in the thread when processing is complete.
Sebastien.
--
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