From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (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 6B69EDDEDA for ; Sun, 22 Apr 2007 17:06:31 +1000 (EST) In-Reply-To: References: <20070419073556.73A6BDDE4A@ozlabs.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 7/7] MPIC MSI backend Date: Sun, 22 Apr 2007 09:06:15 +0200 To: Milton Miller Cc: linuxppc-dev@ozlabs.org, linux-pci List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Index: msi-new/arch/powerpc/sysdev/mpic_htmsi.c > > I just stumbled across drivers/pci/htirq.c, is that of any use? That file deals with setting up HT APICs. On all current PowerPC systems with HT this is done (and done correctly) by the firmware; there is no reason to change any of it in the kernel. mpic_htmsi deals with MSIs that come in over hypertransport to the MPIC on CPC925/CPC945; this has nothing to do with HT APICs. Segher