Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98689
b: refs/heads/master
c: da9eac8
h: refs/heads/master
i:
  98687: 116eb12
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Jul 4, 2008
1 parent d86d6de commit e6d2f99
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: c4a2d7fbec3029c8891a3ad5fceec2992096a3b7
refs/heads/master: da9eac8990dc614ab4756f2a3d84870b675f1f1e
2 changes: 2 additions & 0 deletions trunk/lib/bug.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/
#include <linux/list.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/bug.h>
#include <linux/sched.h>

Expand Down Expand Up @@ -149,6 +150,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
(void *)bugaddr);

show_regs(regs);
add_taint(TAINT_WARN);
return BUG_TRAP_TYPE_WARN;
}

Expand Down

0 comments on commit e6d2f99

Please sign in to comment.