aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Attems <maks@debian.org>2007-05-14 17:23:03 +0000
committerMaximilian Attems <maks@debian.org>2007-05-14 17:23:03 +0000
commitbee8f140774292c463c2ce6b1fa689c9551f5de7 (patch)
tree0acb3b1f5f9be4018ab536397367f3e6b9e93964
parent498f2048b7766c9334d692092458b6142cb9236c (diff)
downloadkernel_replicant_linux-bee8f140774292c463c2ce6b1fa689c9551f5de7.tar.gz
kernel_replicant_linux-bee8f140774292c463c2ce6b1fa689c9551f5de7.tar.bz2
kernel_replicant_linux-bee8f140774292c463c2ce6b1fa689c9551f5de7.zip
enable CONFIG_TIMER_STATS as seen in fedora
powertop is real _cool_ svn path=/dists/trunk/linux-2.6/; revision=8581
-rw-r--r--debian/arch/i386/config2
-rw-r--r--debian/changelog4
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/arch/i386/config b/debian/arch/i386/config
index 29d095a2919c..b06b6d106333 100644
--- a/debian/arch/i386/config
+++ b/debian/arch/i386/config
@@ -1594,6 +1594,8 @@ CONFIG_EFI_PARTITION=y
CONFIG_PROFILING=y
CONFIG_OPROFILE=m
# CONFIG_KPROBES is not set
+CONFIG_DEBUG_KERNEL=y
+CONFIG_TIMER_STATS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_CRYPTO_AES_586=m
diff --git a/debian/changelog b/debian/changelog
index 455f2a412ff4..d340eff509fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low
- IPV6: Fix for RT0 header ipv6 change.
* [i386] Enable CONFIG_NO_HZ, CONFIG_HIGH_RES_TIMERS for dynticks and true
high-resolution timers.
+ * [i386] Enable CONFIG_TIMER_STATS to collect stats about kernel/userspace
+ timer aka power usage (see powertop).
[ Martin Michlmayr ]
* Add armel (arm with EABI) support. Thanks, Lennert Buytenhek and
@@ -39,7 +41,7 @@ linux-2.6 (2.6.21-1~experimental.1) UNRELEASED; urgency=low
* Add type: plain to [image] in arch/m68k/defines to fix missing
Modules.symvers problem
- -- maximilian attems <maks@debian.org> Sun, 13 May 2007 13:02:11 +0200
+ -- maximilian attems <maks@debian.org> Mon, 14 May 2007 19:21:37 +0200
linux-2.6 (2.6.20-3) unstable; urgency=low