Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118281
b: refs/heads/master
c: ebdba9a
h: refs/heads/master
i:
  118279: d88577e
v: v3
  • Loading branch information
Paul Mackerras committed Oct 31, 2008
1 parent aa014cc commit ee9964e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ba4773aee23a5e2e1ce386c5bd86e407496de99
refs/heads/master: ebdba9af940d63e469dc8e46b4aa1fc474e8ee2d
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/xmon/xmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,7 @@ static void backtrace(struct pt_regs *excp)

static void print_bug_trap(struct pt_regs *regs)
{
#ifdef CONFIG_BUG
const struct bug_entry *bug;
unsigned long addr;

Expand All @@ -1373,6 +1374,7 @@ static void print_bug_trap(struct pt_regs *regs)
#else
printf("kernel BUG at %p!\n", (void *)bug->bug_addr);
#endif
#endif /* CONFIG_BUG */
}

static void excprint(struct pt_regs *fp)
Expand Down

0 comments on commit ee9964e

Please sign in to comment.