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