From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Jackson Date: Thu, 23 Feb 2006 00:50:09 +0000 Subject: Re: Altix SN2 2.6.16-rc1-mm5 build breakage (was: msi support) Message-Id: <20060222165009.6493e6a1.pj@sgi.com> List-Id: References: <20060119194647.12213.44658.14543@lnx-maule.americas.sgi.com> <20060119194702.12213.16524.93275@lnx-maule.americas.sgi.com> <20060203201441.194be500.pj@sgi.com> <20060203202531.27d685fa.akpm@osdl.org> <20060203202742.1e514fcc.akpm@osdl.org> In-Reply-To: <20060203202742.1e514fcc.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: maule@sgi.com, linuxppc64-dev@ozlabs.org, linux-pci@atrey.karlin.mff.cuni.cz, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, tony.luck@intel.com, gregkh@suse.de On Feb 3, Andrew wrote: > Actually, gregkh-pci-altix-msi-support-git-ia64-fix.patch fix`es > git-ia64.patch when gregkh-pci-altix-msi-support.patch Is it time to reinsert that patch? My ia64 sn build fails again, complaining: ============= CC arch/ia64/sn/pci/tioce_provider.o arch/ia64/sn/pci/tioce_provider.c:720:46: macro "ATE_MAKE" requires 3 arguments, but only 2 given ============= Your broken-out/series file (2.6.16-rc4-mm1) has the lines: # Need this when gregkh-pci-altix-msi-support.patch comes back #gregkh-pci-altix-msi-support-git-ia64-fix.patch I guess that is this patch below, which fixes my sn build just fine. Holler if you need it as a proper patch. --- 2.6.16-rc4-mm1.orig/arch/ia64/sn/pci/tioce_provider.c 2006-02-22 16:21:52.054985166 -0800 +++ 2.6.16-rc4-mm1/arch/ia64/sn/pci/tioce_provider.c 2006-02-22 16:31:21.594755653 -0800 @@ -717,7 +717,7 @@ tioce_reserve_m32(struct tioce_kernel *c while (ate_index <= last_ate) { u64 ate; - ate = ATE_MAKE(0xdeadbeef, ps); + ate = ATE_MAKE(0xdeadbeef, ps, 0); ce_kern->ce_ate3240_shadow[ate_index] = ate; tioce_mmr_storei(ce_kern, &ce_mmr->ce_ure_ate3240[ate_index], ate); -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.925.600.0401