summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/oprofile
diff options
context:
space:
mode:
authorKelly Daly2006-02-23 04:32:59 +0100
committerPaul Mackerras2006-02-24 01:36:27 +0100
commit611ae59c62e688792cd1e6a68b9dc0f68d0e0dff (patch)
tree94a67d3e91407e6641f709471890c09e43c0df8b /arch/powerpc/oprofile
parent[PATCH] powerpc: Enable coherency for all pages on 83xx to fix PCI data corru... (diff)
downloadkernel-qcow2-linux-611ae59c62e688792cd1e6a68b9dc0f68d0e0dff.tar.gz
kernel-qcow2-linux-611ae59c62e688792cd1e6a68b9dc0f68d0e0dff.tar.xz
kernel-qcow2-linux-611ae59c62e688792cd1e6a68b9dc0f68d0e0dff.zip
[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')
-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 eb2dece76a54..d03c0e5ca870 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