From: Len Brown Date: Sat, 25 Sep 2010 01:02:27 +0000 (-0400) Subject: intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang X-Git-Tag: v2.6.36-rc7~26^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4731fdcf6f7bdab3e369a3f844d4ea4d4017284d;p=pandora-kernel.git intel_idle: PCI quirk to prevent Lenovo Ideapad s10-3 boot hang 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 --- Reading git-diff-tree failed