From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 5927BDDF1C for ; Mon, 23 Apr 2007 18:24:53 +1000 (EST) In-Reply-To: <20070422193017.GA27048@lixom.net> References: <20070419073556.73A6BDDE4A@ozlabs.org> <20070422193017.GA27048@lixom.net> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <829d8b36a3c78c662f29437c59290609@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 7/7] MPIC MSI backend Date: Mon, 23 Apr 2007 10:24:45 +0200 To: olof@lixom.net (Olof Johansson) Cc: linuxppc-dev@ozlabs.org, linux-pci , Milton Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> mpic_htmsi deals with MSIs that come in over hypertransport >> to the MPIC on CPC925/CPC945; this has nothing to >> do with HT APICs. > > Maybe it should be named mpic_cpc9x5msi instead? Yeah probably, esp. since there are more MSI sources on those chips, not just HT; and if support for those sources gets added later, it should go to this file :-) Segher