From: Kelly Daly Date: Thu, 23 Feb 2006 03:32:59 +0000 (+1100) Subject: [PATCH] powerpc: disable OProfile for iSeries X-Git-Tag: v3.12-rc1~38296^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=611ae59c62e688792cd1e6a68b9dc0f68d0e0dff;p=kernel%2Fkernel-generic.git [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 Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/oprofile/Kconfig b/arch/powerpc/oprofile/Kconfig index eb2dece..d03c0e5 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