aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/oprofile/Kconfig
diff options
context:
space:
mode:
authorKelly Daly <kelly@au1.ibm.com>2006-02-23 14:32:59 +1100
committerPaul Mackerras <paulus@samba.org>2006-02-24 11:36:27 +1100
commit611ae59c62e688792cd1e6a68b9dc0f68d0e0dff (patch)
tree94a67d3e91407e6641f709471890c09e43c0df8b /arch/powerpc/oprofile/Kconfig
parent1775dbbcd02cab0c41329dd2cec5b69c7fafd13f (diff)
[PATCH] powerpc: disable OProfile for iSeries
Disable OProfile in Kconfig for iSeries to prevent hangs. OProfile was not originally intended to work with legacy iSeries. Signed-off-by: Kelly Daly <kelly@au.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/oprofile/Kconfig')
-rw-r--r--arch/powerpc/oprofile/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/oprofile/Kconfig b/arch/powerpc/oprofile/Kconfig
index eb2dece76a5..d03c0e5ca87 100644
--- a/arch/powerpc/oprofile/Kconfig
+++ b/arch/powerpc/oprofile/Kconfig
@@ -1,4 +1,5 @@
config PROFILING
+ depends on !PPC_ISERIES
bool "Profiling support (EXPERIMENTAL)"
help
Say Y here to enable the extended profiling support mechanisms used