From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from imap.sh.mvista.com (unknown [63.81.120.155]) by ozlabs.org (Postfix) with ESMTP id 44AA767C52 for ; Mon, 20 Nov 2006 07:43:13 +1100 (EST) Message-ID: <4560C23D.6080304@ru.mvista.com> Date: Sun, 19 Nov 2006 23:44:45 +0300 From: Sergei Shtylyov MIME-Version: 1.0 To: Benjamin Herrenschmidt Subject: Re: [PATCH] 2.6.18-rt7: PowerPC: fix breakage in threaded fasteoi type IRQ handlers References: <200611192243.34850.sshtylyov@ru.mvista.com> <1163966437.5826.99.camel@localhost.localdomain> <20061119200650.GA22949@elte.hu> <1163967590.5826.104.camel@localhost.localdomain> <4560BDF5.400@ru.mvista.com> <1163968376.5826.110.camel@localhost.localdomain> <4560C121.30403@ru.mvista.com> In-Reply-To: <4560C121.30403@ru.mvista.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev@ozlabs.org, Ingo Molnar , linux-kernel@vger.kernel.org, dwalker@mvista.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hello. Sergei Shtylyov wrote: >>On MPIC or XICS, this is implicit by reading the vector. On some more >>dumb controllers, this has to be done explicitely. > This is not implicit -- CPU has to read INTACK reg. on OpenPIC. Really Sorry, it's the same for x86 version of OpenPIC according to spec. I meant the PPC implementation here. >>Ben. WBR, Sergei