Re: [PATCH] kexec: fix pci device initialization fail after kexec (2.6.23-rc2). (Related to e1000 doesn't resume properly from standby)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

On Monday, 6 August 2007 15:42, Joonwoo Park wrote:

And they are in place, AFAICS (from drivers/pci/pci.c):

	/* Mandatory power management transition delays */
	/* see PCI PM 1.1 5.6.1 table 18 */
	if (state == PCI_D3hot || dev->current_state == PCI_D3hot)
		msleep(pci_pm_d3_delay);
	else if (state == PCI_D2 || dev->current_state == PCI_D2)
		udelay(200);


It's too late for the delay.


Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] kexec: fix pci device initialization fail afte ..., Rafael J. Wysocki, (Mon Aug 6, 7:50 am)
Re: [PATCH] kexec: fix pci device initialization fail afte ..., Rafael J. Wysocki, (Mon Aug 6, 11:48 am)