Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26843
b: refs/heads/master
c: c44b20d
h: refs/heads/master
i:
  26841: 9a79464
  26839: c779bc0
v: v3
  • Loading branch information
Chuck Ebbert authored and Linus Torvalds committed May 21, 2006
1 parent 1971fc1 commit c02d7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d39bedc47fbf18a940f5843981767c221d22cfe
refs/heads/master: c44b20d51142acdc9c66108b758c0454a7e2ce11
4 changes: 1 addition & 3 deletions trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ 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(" ");
printk(" ");
else
printk("\n");

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit c02d7a0

Please sign in to comment.