[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
This commit is contained in:
Maximilian Attems 2010-03-18 17:36:27 +00:00
parent 0a5187549a
commit 07e020feb5
3 changed files with 6 additions and 3 deletions

5
debian/changelog vendored
View File

@ -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 <maks@debian.org> Wed, 17 Mar 2010 18:48:22 +0100
linux-2.6 (2.6.32-10) unstable; urgency=low

View File

@ -1,7 +1,7 @@
##
## file: arch/Kconfig
##
CONFIG_OPROFILE=m
# CONFIG_OPROFILE is not set
##
## file: arch/alpha/Kconfig

View File

@ -1,7 +1,7 @@
##
## file: arch/Kconfig
##
CONFIG_OPROFILE=m
# CONFIG_OPROFILE is not set
##
## file: arch/parisc/Kconfig