Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148569
b: refs/heads/master
c: 0acad8d
h: refs/heads/master
i:
  148567: 77051d3
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Jun 12, 2009
1 parent ec2ef8d commit c839215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0cab65642813b7990e1b4b2ab6ad92e171571f4
refs/heads/master: 0acad8dfee6bde7e246a95a52f864a8eee777ed8
3 changes: 3 additions & 0 deletions trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ asmlinkage void trap_c(struct pt_regs *fp)
force_sig_info(sig, &info, current);
}

if (ANOMALY_05000461 && trapnr == VEC_HWERR && !access_ok(VERIFY_READ, fp->pc, 8))
fp->pc = SAFE_USER_INSTRUCTION;

trace_buffer_restore(j);
return;
}
Expand Down

0 comments on commit c839215

Please sign in to comment.