Author: maks Date: Sat Jan 5 23:32:44 2008 New Revision: 10033 Log: [amd64, i386] Enable CPU_IDLE for software-controlled idle pm.
includes one governor optimised for no_hz Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/amd64/config dists/trunk/linux-2.6/debian/config/i386/config Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Sat Jan 5 23:32:44 2008 @@ -28,6 +28,7 @@ * topconfig: Enable delay accounting TASKSTATS. (closes: #433204) * Add git-ieee1394.patch for latest firewire fixes. * [i386] Enable PARAVIRT_GUEST. (closes: #457562) + * [amd64, i386] Enable CPU_IDLE for software-controlled idle pm. [ Bastian Blank ] * [amd64, i386]: Set kernel architecture to x86. @@ -45,7 +46,7 @@ [ dann frazier ] * [ia64]: Enable BLK_CPQ_DA - -- maximilian attems <[EMAIL PROTECTED]> Sat, 05 Jan 2008 23:47:26 +0100 + -- maximilian attems <[EMAIL PROTECTED]> Sun, 06 Jan 2008 00:02:28 +0100 linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low Modified: dists/trunk/linux-2.6/debian/config/amd64/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/amd64/config (original) +++ dists/trunk/linux-2.6/debian/config/amd64/config Sat Jan 5 23:32:44 2008 @@ -76,6 +76,7 @@ CONFIG_X86_ACPI_CPUFREQ=m # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set # CONFIG_X86_SPEEDSTEP_LIB is not set +CONFIG_CPU_IDLE=y CONFIG_PCI=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y Modified: dists/trunk/linux-2.6/debian/config/i386/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/i386/config (original) +++ dists/trunk/linux-2.6/debian/config/i386/config Sat Jan 5 23:32:44 2008 @@ -117,6 +117,7 @@ # CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y +CONFIG_CPU_IDLE=y CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

