Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121399
b: refs/heads/master
c: 2d6cd2a
h: refs/heads/master
i:
  121397: 5ce1606
  121395: 8010b9d
  121391: a612cf7
v: v3
  • Loading branch information
Martin Schwidefsky committed Dec 25, 2008
1 parent 0d775cf commit 9de7c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: edd5378740fe7717b1377ee04e593cfad8d29650
refs/heads/master: 2d6cd2a5908adecd06c8cee2a73814463ed71493
5 changes: 4 additions & 1 deletion trunk/arch/s390/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@

#endif /* CONFIG_DEBUG_BUGVERBOSE */

#define BUG() __EMIT_BUG(0)
#define BUG() do { \
__EMIT_BUG(0); \
for (;;); \
} while (0)

#define WARN_ON(x) ({ \
int __ret_warn_on = !!(x); \
Expand Down

0 comments on commit 9de7c4e

Please sign in to comment.