From 23f9fbfa91cefd826119619160eb5f44689dbaa5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 6 Apr 2010 17:51:37 +0200 Subject: [PATCH] linux26: disable the tracing infrastructure by default --- base/linux26/arch/config-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/linux26/arch/config-common.sh b/base/linux26/arch/config-common.sh index a625acdae..89c37cc90 100644 --- a/base/linux26/arch/config-common.sh +++ b/base/linux26/arch/config-common.sh @@ -48,6 +48,9 @@ CONFIG_REISERFS_CHECK=n # disable gcov kernel profiling support because it seems to be broken CONFIG_GCOV_KERNEL=n CONFIG_GCOV_PROFILE_ALL=n + +# disable the tracing infrastructure by default +CONFIG_FTRACE=n EOT # broken since 2.6.20 and still as of 2.6.27