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

Commit c44b20d5 authored by Chuck Ebbert's avatar Chuck Ebbert Committed by Linus Torvalds
Browse files

[PATCH] i386: remove junk from stack dump



i386 stack dump has a "<0>" in the middle of the line and an extra space
between columns in multicolumn mode.  Remove those and also remove an extra
blank line of source code.

Signed-off-by: default avatarChuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 6d39bedc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ static inline int print_addr_and_symbol(unsigned long addr, char *log_lvl,
	print_symbol("%s", addr);

	printed = (printed + 1) % CONFIG_STACK_BACKTRACE_COLS;

	if (printed)
		printk(" ");
	else
@@ -212,7 +211,6 @@ static void show_stack_log_lvl(struct task_struct *task, unsigned long *esp,
	}

	stack = esp;
	printk(log_lvl);
	for(i = 0; i < kstack_depth_to_print; i++) {
		if (kstack_end(stack))
			break;