From: Ralf Baechle Date: Fri, 2 Feb 2007 11:13:35 +0000 (+0000) Subject: [MIPS] Do not allow oprofile to be enabled on SMTC. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=06396094b2fad0c429cde795dac4a72bc4d32bf2;p=linux-beck.git [MIPS] Do not allow oprofile to be enabled on SMTC. Oprofile cannot work on SMTC due to the limited number of counters. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/oprofile/Kconfig b/arch/mips/oprofile/Kconfig index 55feaf798596..ca395ef06d4e 100644 --- a/arch/mips/oprofile/Kconfig +++ b/arch/mips/oprofile/Kconfig @@ -11,7 +11,7 @@ config PROFILING config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" - depends on PROFILING && EXPERIMENTAL + depends on PROFILING && !!MIPS_MT_SMTC && EXPERIMENTAL help OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries,