diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bug.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) | |||
166 | 166 | ||
167 | print_modules(); | 167 | print_modules(); |
168 | show_regs(regs); | 168 | show_regs(regs); |
169 | print_oops_end_marker(); | ||
169 | add_taint(BUG_GET_TAINT(bug)); | 170 | add_taint(BUG_GET_TAINT(bug)); |
170 | return BUG_TRAP_TYPE_WARN; | 171 | return BUG_TRAP_TYPE_WARN; |
171 | } | 172 | } |