From 49e6bf592c525d10cc990304b489805a19c4ad66 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sat, 26 Jan 2008 11:46:15 +0000 Subject: [PATCH] [amd64, i386]: Enable LATENCYTOP Latency measuring infrastructure. svn path=/dists/trunk/linux-2.6/; revision=10217 --- debian/changelog | 3 ++- debian/config/amd64/config | 1 + debian/config/i386/config | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ae20b99ab..3521d17c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ linux-2.6 (2.6.24-1~experimental.2) UNRELEASED; urgency=low CRYPTO_SALSA20, CRYPTO_LZO, CRYPTO_DEV_HIFN_795X, USB_SI470X, USB_STKWEBCAM, VIDEO_PVRUSB2_ONAIR_USB2, VIDEO_PVRUSB2_ONAIR_CREATOR. * [amd64] Enable CRYPTO_SALSA20_X86_64. + * [amd64, i386]: Enable LATENCYTOP. - -- maximilian attems Sat, 26 Jan 2008 12:12:08 +0100 + -- maximilian attems Sat, 26 Jan 2008 12:20:12 +0100 linux-2.6 (2.6.24-1~experimental.1) UNRELEASED; urgency=low diff --git a/debian/config/amd64/config b/debian/config/amd64/config index b06dc5c60..e4e41eff2 100644 --- a/debian/config/amd64/config +++ b/debian/config/amd64/config @@ -1173,6 +1173,7 @@ CONFIG_TIMER_STATS=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_INFO is not set +CONFIG_LATENCYTOP=y # CONFIG_FAULT_INJECTION is not set # CONFIG_IOMMU_DEBUG is not set # CONFIG_KPROBES is not set diff --git a/debian/config/i386/config b/debian/config/i386/config index 1c7557742..dbc1b08f9 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1390,6 +1390,7 @@ CONFIG_TIMER_STATS=y # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_DEBUG_KOBJECT is not set # CONFIG_DEBUG_INFO is not set +CONFIG_LATENCYTOP=y # CONFIG_FRAME_POINTER is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_4KSTACKS is not set