Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96864
b: refs/heads/master
c: e8006b0
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 18, 2008
1 parent eb333bd commit 9e3c7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: eb4db450aa19dfc806fbd9747879c420e154dc33
refs/heads/master: e8006b060f3982a969c5170aa869628d54dd30d8
4 changes: 2 additions & 2 deletions trunk/include/asm-m68k/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#ifndef CONFIG_SUN3
#define BUG() do { \
printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \
asm volatile("illegal"); \
__builtin_trap(); \
} while (0)
#else
#define BUG() do { \
Expand All @@ -17,7 +17,7 @@
#endif
#else
#define BUG() do { \
asm volatile("illegal"); \
__builtin_trap(); \
} while (0)
#endif

Expand Down

0 comments on commit 9e3c7aa

Please sign in to comment.