Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757526AbXE0Cen (ORCPT ); Sat, 26 May 2007 22:34:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751985AbXE0Ceg (ORCPT ); Sat, 26 May 2007 22:34:36 -0400 Received: from terminus.zytor.com ([192.83.249.54]:43304 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751141AbXE0Cef (ORCPT ); Sat, 26 May 2007 22:34:35 -0400 Message-ID: <4658EE32.5080506@zytor.com> Date: Sat, 26 May 2007 19:34:26 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: David Miller CC: abraham.manu@gmail.com, rdreier@cisco.com, greg@kroah.com, linux-pci@atrey.karlin.mff.cuni.cz, linux-kernel@vger.kernel.org Subject: Re: PCIE References: <46561287.8020103@gmail.com> <46584C30.4030206@gmail.com> <20070526.154910.78725926.davem@davemloft.net> In-Reply-To: <20070526.154910.78725926.davem@davemloft.net> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 25 David Miller wrote: > >> i presume then i shouldn't be using IRQF_SHARED, if using MSI. > > That's actually a really good question. > > It is likely architecture dependant whether the PCI controller wires > unique MSI interrupts to shared cpu interrupt lines. > > I can imagine many systems where the cpu simply doesn't have enough > interrupt pins to uniquely identify every possible MSI interrupt > source. There are systems which only get a single bit indication that an MSI has happened. Presumably we need something like IRQF_MSI which can be set as appropriate depending on the architecture? -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/