2.6.25 regression: powertop says 120K wakeups/sec
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Thu, 10 Apr 2008 01:31:46 +0000 (21:31 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 10 May 2008 04:40:41 +0000 (21:40 -0700)
commitf8f82be93ff5b04a494141f707066fc902bd6e54
treed5e8eba8c45f7a9636cf9ea912a3f55edeea6da5
parent4d25341bc72d15458570067e1a118d200d117cb8
2.6.25 regression: powertop says 120K wakeups/sec

commit 0fda6b403f0eca66ad8a7c946b3996e359100443 upstream

Patch to fix huge number of wakeups reported due to recent changes in
processor_idle.c. The problem was that the entry_method determination was
broken due to one of the recent commits (bc71bec91f987) causing
C1 entry to not to go to halt.

http://lkml.org/lkml/2008/3/22/124

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@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