Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9170
b: refs/heads/master
c: 6a1ced5
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Sep 21, 2005
1 parent 3f80289 commit 8cb6284
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a9f7baf4d695dbe3028d40ca374c1d11499eaee6
refs/heads/master: 6a1ced59b3ac5d1088f597fd0613a724cdf19e2c
3 changes: 3 additions & 0 deletions trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ void __attribute__((noreturn)) __bug(const char *file, int line, void *data)
printk(" - extra data = %p", data);
printk("\n");
*(int *)0 = 0;

/* Avoid "noreturn function does return" */
for (;;);
}
EXPORT_SYMBOL(__bug);

Expand Down

0 comments on commit 8cb6284

Please sign in to comment.