Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113745
b: refs/heads/master
c: 7d98c88
h: refs/heads/master
i:
  113743: a44abd1
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Oct 8, 2008
1 parent 2970007 commit 47b074d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 74c04503d777b5d1f8f2e38852df4f1a6c82fc7b
refs/heads/master: 7d98c881eed9e19767bc77ffd650d0041b4f41ec
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ asmlinkage void trap_c(struct pt_regs *fp)
* If we got here, it is most likely that someone was trying to use a
* custom exception handler, and it is not actually installed properly
*/
case VEC_EXCPT02:
case VEC_EXCPT04 ... VEC_EXCPT15:
info.si_code = ILL_ILLPARAOP;
sig = SIGILL;
Expand Down Expand Up @@ -968,7 +969,7 @@ void dump_bfin_mem(struct pt_regs *fp)
if (!((unsigned long)addr & 0xF))
printk("\n" KERN_NOTICE "0x%p: ", addr);

if (get_instruction(&val, addr)) {
if (!get_instruction(&val, addr)) {
val = 0;
sprintf(buf, "????");
} else
Expand Down

0 comments on commit 47b074d

Please sign in to comment.