]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpuidle: make AMC C1E work in processor_idle
authorShaohua Li <shaohua.li@intel.com>
Tue, 2 Jun 2009 02:51:58 +0000 (10:51 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Jun 2009 03:01:21 +0000 (20:01 -0700)
commitc9f0ff0caef2cc06e90edc7991f0360890febda1
tree5b138000327978e06477834c8af5c5fefea8415b
parent4ec19648b3d8634cc4a08614a252c8739f76903c
cpuidle: make AMC C1E work in processor_idle

commit 87ad57bacb25c3f24c54f142ef445f68277705f0 upstream

When AMD C1E is enabled, local APIC timer will stop even in C1. This patch uses
broadcast ipi to replace local APIC timer in C1.

http://bugzilla.kernel.org/show_bug.cgi?id=13233

[ impact: avoid boot hang in AMD CPU with C1E enabled ]

Tested-by: Dmitry Lyzhyn <thisistempbox@yahoo.com>
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/processor_idle.c