intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang
commit05f7676dc3559c2b9061fda4e44c085a8d32fb05
authorLen Brown <len.brown@intel.com>
Sat, 25 Sep 2010 01:02:27 +0000 (24 21:02 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:43:24 +0000 (21 12:43 -0700)
tree4bbb1cb7ed16206b66e204efc0a7877d6dbb1c57
parent91b3824071a9dc7ca4bb8c41bda045e223837564
intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang

commit 4731fdcf6f7bdab3e369a3f844d4ea4d4017284d upstream.

When the Lenovo Ideapad S10-3 is booted with HT enabled,
it hits a boot hang in the intel_idle driver.

This occurs when entering ATM-C4 for the first time,
unless BM_STS is first cleared.

acpi_idle doesn't see this because it first checks
and clears BM_STS, but it would hit the same hang
if that check were disabled.

http://bugs.meego.com/show_bug.cgi?id=7093
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/634702

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/quirks.c