Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cab093b9 authored by Jan Beulich's avatar Jan Beulich Committed by Linus Torvalds
Browse files

[PATCH] x86_64: adjust kstack_depth_to_print default



Defaulting to a value not evenly divisible by four makes little sense,
as four values are displayed per line (and hence the rest of the line
would otherwise be wasted).

Signed-off-by: default avatarJan Beulich <jbeulich@novell.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bdbdaa79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static inline void preempt_conditional_cli(struct pt_regs *regs)
	preempt_enable_no_resched();
}

static int kstack_depth_to_print = 10;
static int kstack_depth_to_print = 12;
static int call_trace = 1;

#ifdef CONFIG_KALLSYMS