enable CONFIG_TIMER_STATS as seen in fedora

powertop is real _cool_

svn path=/dists/trunk/linux-2.6/; revision=8581
This commit is contained in:
Maximilian Attems 2007-05-14 17:23:03 +00:00
parent 498f2048b7
commit bee8f14077
2 changed files with 5 additions and 1 deletions

View File

@ -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

4
debian/changelog vendored
View File

@ -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