]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ftrace: make nostacktrace the default
authorIngo Molnar <mingo@elte.hu>
Mon, 12 May 2008 19:20:51 +0000 (21:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 19:04:36 +0000 (21:04 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/trace/trace.c

index b4b1b4fe99fdc27075a8f3277b77e511e8c7a229..0e4b7119e263e094b55c0ffbc36d05ada915e8d7 100644 (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);