* debian/changelog: Update.

* debian/config/amd64/config: Enable SCHED_DEBUG, TIMER_STATS.

svn path=/dists/trunk/linux-2.6/; revision=10997
This commit is contained in:
Bastian Blank 2008-03-28 22:16:07 +00:00
parent f70e2fb739
commit bf37bb26fa
4 changed files with 4 additions and 4 deletions

3
debian/changelog vendored
View File

@ -77,7 +77,8 @@ linux-2.6 (2.6.25~rc7-1~experimental.1) UNRELEASED; urgency=low
- Broadcom NetXtremeII support
* [powerpc] Use new wrapper install support.
* [s390] Enable DM_MULTIPATH_EMC.
* Enable AF_RXRPC, RXKAD, PRINTK_TIME, DEBUG_KERNEL.
* Enable AF_RXRPC, RXKAD, PRINTK_TIME, DEBUG_KERNEL, SCHED_DEBUG,
TIMER_STATS.
* Disable R3964, USB_GADGET.
* [hppa] Enable several filesystems.
* Make NLS modular.

View File

@ -1470,7 +1470,6 @@ CONFIG_CRC32=y
## file: lib/Kconfig.debug
##
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_LOCK_STAT is not set

View File

@ -1874,8 +1874,9 @@ CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_MUTEXES is not set

View File

@ -1729,7 +1729,6 @@ CONFIG_CRC32=y
## file: lib/Kconfig.debug
##
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_LOCK_STAT is not set