Browse Source

linux26: disable the tracing infrastructure by default

user/amery/mess
Christian Wiese 15 years ago
committed by Alejandro Mery
parent
commit
23f9fbfa91
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      base/linux26/arch/config-common.sh

+ 3
- 0
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 # disable gcov kernel profiling support because it seems to be broken
CONFIG_GCOV_KERNEL=n CONFIG_GCOV_KERNEL=n
CONFIG_GCOV_PROFILE_ALL=n CONFIG_GCOV_PROFILE_ALL=n
# disable the tracing infrastructure by default
CONFIG_FTRACE=n
EOT EOT
# broken since 2.6.20 and still as of 2.6.27 # broken since 2.6.20 and still as of 2.6.27

Loading…
Cancel
Save