Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198188
b: refs/heads/master
c: 6a4110c
h: refs/heads/master
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed May 22, 2010
1 parent 9b3b335 commit 3d3515e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c429886a7091f9d26dee7d01c20fd822f62c35e0
refs/heads/master: 6a4110c2b38da51b767e389a6fb477072cf5843c
7 changes: 6 additions & 1 deletion trunk/arch/blackfin/include/asm/bug.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@

#ifdef CONFIG_BUG

#define BFIN_BUG_OPCODE 0xefcd
/*
* This can be any undefined 16-bit opcode, meaning
* ((opcode & 0xc000) != 0xc000)
* Anything from 0x0001 to 0x000A (inclusive) will work
*/
#define BFIN_BUG_OPCODE 0x0001

#ifdef CONFIG_DEBUG_BUGVERBOSE

Expand Down

0 comments on commit 3d3515e

Please sign in to comment.