ftrace: make nostacktrace the default

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Ingo Molnar 2008-05-12 21:20:51 +02:00 committed by Thomas Gleixner
parent 8ac0fca4cc
commit 4c1f4d4f01
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static const char *trace_options[] = {
NULL
};
static unsigned trace_flags = TRACE_ITER_PRINT_PARENT | TRACE_ITER_STACKTRACE;
static unsigned trace_flags = TRACE_ITER_PRINT_PARENT;
static DEFINE_SPINLOCK(ftrace_max_lock);