Altix SN2 2.6.16-rc1-mm5 build breakage (was: msi support)
Paul Jackson
pj at sgi.com
Thu Feb 23 11:50:09 EST 2006
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 <pj at sgi.com> 1.925.600.0401
More information about the Linuxppc64-dev
mailing list