From: Muli Ben-Yehuda /home/muli/kernel/common-swiotlb/mm4.swiotlb/arch/ia64/sn/pci/tioce_provider.c:721:32: macro "ATE_MAKE" requires 3 arguments, but only 2 given Update gregkh-pci-altix-msi-support.patch for changes in git-ia64.patch Signed-off-by: Muli Ben-Yehuda Cc: Mark Maule Cc: Greg KH Signed-off-by: Andrew Morton --- arch/ia64/sn/pci/tioce_provider.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/sn/pci/tioce_provider.c~gregkh-pci-altix-msi-support-git-ia64-fix arch/ia64/sn/pci/tioce_provider.c --- 25/arch/ia64/sn/pci/tioce_provider.c~gregkh-pci-altix-msi-support-git-ia64-fix Tue Jan 31 14:34:31 2006 +++ 25-akpm/arch/ia64/sn/pci/tioce_provider.c Tue Jan 31 14:34:31 2006 @@ -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); _