[kernel] r15760 - in dists/sid/linux-2.6/debian: . config/kernelarch-x86

Ben Hutchings benh at alioth.debian.org
Sat May 22 23:59:42 UTC 2010


Author: benh
Date: Sat May 22 23:59:41 2010
New Revision: 15760

Log:
[x86] Disable e_powersaver cpufreq driver as unsafe (Closes: #566208)

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/kernelarch-x86/config-arch-32

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Sat May 22 00:19:50 2010	(r15759)
+++ dists/sid/linux-2.6/debian/changelog	Sat May 22 23:59:41 2010	(r15760)
@@ -13,6 +13,9 @@
     (Closes: #578262)
   * [hppa] Revert "parisc: Set PCI CLS early in boot.", erroneously
     included in 2.6.32.13
+  * [x86] Disable e_powersaver cpufreq driver as unsafe. It has already
+    been blacklisted by cpufrequtils. The acpi-cpufreq driver can be used
+    instead on some VIA C7 systems. (Closes: #566208)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 18 May 2010 02:13:44 +0100
 

Modified: dists/sid/linux-2.6/debian/config/kernelarch-x86/config-arch-32
==============================================================================
--- dists/sid/linux-2.6/debian/config/kernelarch-x86/config-arch-32	Sat May 22 00:19:50 2010	(r15759)
+++ dists/sid/linux-2.6/debian/config/kernelarch-x86/config-arch-32	Sat May 22 23:59:41 2010	(r15760)
@@ -59,7 +59,7 @@
 CONFIG_X86_CPUFREQ_NFORCE2=m
 CONFIG_X86_LONGRUN=m
 CONFIG_X86_LONGHAUL=m
-CONFIG_X86_E_POWERSAVER=m
+# CONFIG_X86_E_POWERSAVER is not set
 CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
 
 ##



More information about the Kernel-svn-changes mailing list