From 07e020feb5d3791152833645c2bf56c48cd91ee5 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Thu, 18 Mar 2010 17:36:27 +0000 Subject: [PATCH] [alpha, hppa] Disable oprofile as tracing code is unsupported here. we could revert the stable patch 18b4a4d, but that seems going backwards for 2 archs that have not added raw_local_irq_save() support since 2006. once that chages we can reenable. thus just disable oprofile for them. svn path=/dists/sid/linux-2.6/; revision=15421 --- debian/changelog | 5 ++++- debian/config/alpha/config | 2 +- debian/config/hppa/config | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ae409f76..5fecc9087 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,12 @@ linux-2.6 (2.6.32-11) UNRELEASED; urgency=low [ Ben Hutchings ] * tracing: do not disable interrupts for trace_clock_local. - (closes: #574368) * [sparc] Provide io{read,write}{16,32}be() (Closes: #574421) + [ maximilian attems] + * [alpha, hppa] Disable oprofile as tracing code is unsupported here. + (closes: #574368) + -- maximilian attems Wed, 17 Mar 2010 18:48:22 +0100 linux-2.6 (2.6.32-10) unstable; urgency=low diff --git a/debian/config/alpha/config b/debian/config/alpha/config index e37b93618..38f4e5040 100644 --- a/debian/config/alpha/config +++ b/debian/config/alpha/config @@ -1,7 +1,7 @@ ## ## file: arch/Kconfig ## -CONFIG_OPROFILE=m +# CONFIG_OPROFILE is not set ## ## file: arch/alpha/Kconfig diff --git a/debian/config/hppa/config b/debian/config/hppa/config index 7dadaa2dd..4583b4f8e 100644 --- a/debian/config/hppa/config +++ b/debian/config/hppa/config @@ -1,7 +1,7 @@ ## ## file: arch/Kconfig ## -CONFIG_OPROFILE=m +# CONFIG_OPROFILE is not set ## ## file: arch/parisc/Kconfig