Nasty hack to make it build. Signed-off-by: Andrew Morton --- 25-akpm/arch/x86_64/kernel/pci-gart.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/kernel/pci-gart.c~x86_64-agp-hack arch/x86_64/kernel/pci-gart.c --- 25/arch/x86_64/kernel/pci-gart.c~x86_64-agp-hack 2005-01-05 21:24:14.000000000 -0800 +++ 25-akpm/arch/x86_64/kernel/pci-gart.c 2005-01-05 21:24:24.000000000 -0800 @@ -789,7 +789,7 @@ static int __init pci_iommu_init(void) /* Add other K8 AGP bridge drivers here */ no_agp = no_agp || (agp_amd64_init() < 0) || - (agp_copy_info(&info) < 0); + (agp_copy_info(NULL, &info) < 0); #endif if (swiotlb) { _