diff options
author | Kelly Daly <kelly@au1.ibm.com> | 2006-02-23 14:32:59 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-24 11:36:27 +1100 |
commit | 611ae59c62e688792cd1e6a68b9dc0f68d0e0dff (patch) | |
tree | 94a67d3e91407e6641f709471890c09e43c0df8b /arch/powerpc/oprofile/Kconfig | |
parent | 1775dbbcd02cab0c41329dd2cec5b69c7fafd13f (diff) | |
download | talos-op-linux-611ae59c62e688792cd1e6a68b9dc0f68d0e0dff.tar.gz talos-op-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/Kconfig')
-rw-r--r-- | arch/powerpc/oprofile/Kconfig | 1 |
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 |