Re: iommu breaks usb after resume

From: Ingo Molnar
Date: Wed Mar 26 2008 - 19:00:42 EST



* Pavel Machek <pavel@xxxxxx> wrote:

> @@ -733,8 +735,8 @@ static struct pci_driver agp_amd64_pci_d
> .probe = agp_amd64_probe,
> .remove = agp_amd64_remove,
> #ifdef CONFIG_PM
> - .suspend = agp_amd64_suspend,
> - .resume = agp_amd64_resume,
> + .suspend_late = agp_amd64_suspend,
> + .resume_early = agp_amd64_resume,
> #endif

ah, makes sense. I've queued up your fix in x86.git (sans the debug
printks), please send your signoff once you can verify that it solves
the hibernation hang on your box and we'll push it into 2.6.25.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/