The patch titled x86_64: Disable aperture pci region check in amd64 AGP driver has been removed from the -mm tree. Its filename is x86_64-disable-aperture-pci-region-check-in-amd64.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Andi Kleen <ak@xxxxxxx> One report that it rejects aperture in memory allocated by aperture.c Cc: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/agp/amd64-agp.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/char/agp/amd64-agp.c~x86_64-disable-aperture-pci-region-check-in-amd64 drivers/char/agp/amd64-agp.c --- devel/drivers/char/agp/amd64-agp.c~x86_64-disable-aperture-pci-region-check-in-amd64 2006-05-10 21:18:02.000000000 -0700 +++ devel-akpm/drivers/char/agp/amd64-agp.c 2006-05-10 21:18:02.000000000 -0700 @@ -295,6 +295,7 @@ static int __devinit aperture_valid(u64 } } +#if 0 /* Request the Aperture. This catches cases when someone else already put a mapping in there - happens with some very broken BIOS @@ -305,6 +306,7 @@ static int __devinit aperture_valid(u64 printk(KERN_ERR PFX "Aperture conflicts with PCI mapping.\n"); return 0; } +#endif return 1; } _ Patches currently in -mm which might be from ak@xxxxxxx are origin.patch x86_64-disable-aperture-pci-region-check-in-amd64.patch x86_64-check-for-too-many-northbridges-in-iommu.patch git-acpi.patch git-agpgart.patch x86_64-mm-serialize-assign_irq_vector-use-of-static-variables-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html