[kernel] r15009 - in dists/trunk/linux-2.6/debian: . config config/kernelarch-x86

Maximilian Attems maks at alioth.debian.org
Tue Jan 26 16:48:50 UTC 2010


Author: maks
Date: Tue Jan 26 16:48:48 2010
New Revision: 15009

Log:
Enable easier debugging of Power Managment code.

* topconfig set PM_DEBUG, PM_TRACE
* unset PM_VERBOSE (dev option)
* x86 set PM_TRACE_RTC and PM_TEST_SUSPEND

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 16:39:19 2010	(r15008)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 26 16:48:48 2010	(r15009)
@@ -65,6 +65,7 @@
   [ maximilian attems ]
   * [topconfig] set MEMORY_FAILURE, 9P_FSCACHE, INFINIBAND_IPOIB_CM
     (closes: #565494)
+  * Enable easier debugging of Power Managment code. (closes: #478315)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 10 Jan 2010 17:38:50 +0000
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 16:39:19 2010	(r15008)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Jan 26 16:48:48 2010	(r15009)
@@ -3212,7 +3212,9 @@
 ## file: kernel/power/Kconfig
 ##
 CONFIG_PM=y
-# CONFIG_PM_DEBUG is not set
+CONFIG_PM_DEBUG=y
+# CONFIG_PM_VERBOSE is not set 
+CONFIG_PM_TRACE=y 
 CONFIG_SUSPEND=y
 CONFIG_HIBERNATION=y
 CONFIG_PM_STD_PARTITION=""

Modified: dists/trunk/linux-2.6/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Tue Jan 26 16:39:19 2010	(r15008)
+++ dists/trunk/linux-2.6/debian/config/kernelarch-x86/config	Tue Jan 26 16:48:48 2010	(r15009)
@@ -1297,6 +1297,12 @@
 # CONFIG_MMIOTRACE is not set
 
 ##
+## file: drivers/power/Kconfig
+##
+CONFIG_PM_TRACE_RTC=y
+CONFIG_PM_TEST_SUSPEND=y
+
+##
 ## file: lib/Kconfig.debug
 ##
 # CONFIG_DEBUG_SHIRQ is not set



More information about the Kernel-svn-changes mailing list