Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144194
b: refs/heads/master
c: 9a523d4
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 27, 2009
1 parent 70d97e6 commit 03562a9
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: e37469f68a15feb40ee9f6325d1e1793f90afe39
refs/heads/master: 9a523d427dc5908a79ce3ff742e9606e852802d6
5 changes: 3 additions & 2 deletions trunk/arch/frv/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern void __debug_bug_printk(const char *file, unsigned line);
do { \
__debug_bug_trap(signr); \
asm volatile("nop"); \
} while(0)
} while(1)

#define HAVE_ARCH_BUG
#define BUG() \
Expand All @@ -46,7 +46,8 @@ do { \
#define HAVE_ARCH_KGDB_BAD_PAGE
#define kgdb_bad_page(page) do { kgdb_raise(SIGABRT); } while(0)
#endif
#endif

#endif /* CONFIG_BUG */

#include <asm-generic/bug.h>

Expand Down

0 comments on commit 03562a9

Please sign in to comment.