Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23368
b: refs/heads/master
c: 4896cef
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky authored and Linus Torvalds committed Mar 24, 2006
1 parent b57e9cc commit 53cecbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 5e8b1c4083a7f0f1e671ea16e23b78d1c8d3e0aa
refs/heads/master: 4896cef8e33e668734234543afb58eb171476ff3
5 changes: 3 additions & 2 deletions trunk/include/asm-s390/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
#include <linux/kernel.h>

#ifdef CONFIG_BUG

#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
__asm__ __volatile__(".long 0"); \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
__builtin_trap(); \
} while (0)

#define HAVE_ARCH_BUG
Expand Down

0 comments on commit 53cecbb

Please sign in to comment.