Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169090
b: refs/heads/master
c: a5fc5eb
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Linus Torvalds committed Dec 5, 2009
1 parent 3a2c02f commit 30ba57a
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: 38938c879eb0c39edf85d5164aa0cffe2874304c
refs/heads/master: a5fc5eba4dfcc284e6adcd7fdcd5b43182230d2b
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ do { \
".popsection" \
: : "i" (__FILE__), "i" (__LINE__), \
"i" (sizeof(struct bug_entry))); \
for (;;) ; \
unreachable(); \
} while (0)

#else
#define BUG() \
do { \
asm volatile("ud2"); \
for (;;) ; \
unreachable(); \
} while (0)
#endif

Expand Down

0 comments on commit 30ba57a

Please sign in to comment.