Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965061AbWCUTYF (ORCPT ); Tue, 21 Mar 2006 14:24:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965078AbWCUTYF (ORCPT ); Tue, 21 Mar 2006 14:24:05 -0500 Received: from mx1.redhat.com ([66.187.233.31]:62161 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S965082AbWCUTYD (ORCPT ); Tue, 21 Mar 2006 14:24:03 -0500 Message-ID: <442052C0.8050304@ce.jp.nec.com> Date: Tue, 21 Mar 2006 14:23:44 -0500 From: "Jun'ichi Nomura" User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: Mark Maule CC: Andreas Schwab , Tony Luck , linux-ia64@vger.kernel.org, gregkh@suse.de, linux-kernel@vger.kernel.org, linuxppc64-dev@ozlabs.org, linux-pci@atrey.karlin.mff.cuni.cz Subject: Re: [PATCH 1/3] msi vector targeting abstractions References: <20060321143444.9913.48372.11324@lnx-maule.americas.sgi.com> <20060321143449.9913.55794.57267@lnx-maule.americas.sgi.com> <442029EA.9020900@ce.jp.nec.com> <20060321191414.GE22524@sgi.com> In-Reply-To: <20060321191414.GE22524@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 931 Lines: 31 Hi, Mark Maule wrote: > @@ -386,5 +390,8 @@ > #ifndef platform_readq_relaxed > # define platform_readq_relaxed __ia64_readq_relaxed > #endif > +#ifndef platform_msi_init > +# define platform_msi_init ((ia64_mv_msi_init_t*)NULL) > +#endif You may also need to change the sn specific header below. > @@ -115,6 +116,11 @@ > #define platform_dma_sync_sg_for_device sn_dma_sync_sg_for_device > #define platform_dma_mapping_error sn_dma_mapping_error > #define platform_dma_supported sn_dma_supported > +#ifdef CONFIG_PCI_MSI > +#define platform_msi_init sn_msi_init > +#else > +#define platform_msi_init NULL > +#endif Thanks, -- Jun'ichi Nomura, NEC Solutions (America), Inc. - 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/