Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127046
b: refs/heads/master
c: 36f649a
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 7a4932a commit f6aea29
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: 400597842452c02916a61a51f3154dd032c2d569
refs/heads/master: 36f649a55aa3ad1e2196403ba95a652f9900bc50
4 changes: 2 additions & 2 deletions trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,13 +649,13 @@ static bool get_instruction(unsigned short *val, unsigned short *address)
return false;
}

/*
/*
* decode the instruction if we are printing out the trace, as it
* makes things easier to follow, without running it through objdump
* These are the normal instructions which cause change of flow, which
* would be at the source of the trace buffer
*/
#ifdef CONFIG_DEBUG_VERBOSE
#if defined(CONFIG_DEBUG_VERBOSE) && defined(CONFIG_DEBUG_BFIN_HWTRACE_ON)
static void decode_instruction(unsigned short *address)
{
unsigned short opcode;
Expand Down

0 comments on commit f6aea29

Please sign in to comment.