Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155589
b: refs/heads/master
c: f574a76
h: refs/heads/master
i:
  155587: b67ac6f
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Jul 16, 2009
1 parent 845c046 commit ececb08
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: c70c754ff916cedd969a73549799d2167ffefcd6
refs/heads/master: f574a76a3b19848ac61814756716e26f85f2c3f7
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,8 @@ asmlinkage void trap_c(struct pt_regs *fp)
}

if ((ANOMALY_05000461 && trapnr == VEC_HWERR && !access_ok(VERIFY_READ, fp->pc, 8)) ||
(ANOMALY_05000281 && trapnr == VEC_HWERR))
(ANOMALY_05000281 && trapnr == VEC_HWERR) ||
(ANOMALY_05000189 && (trapnr == VEC_CPLB_I_VL || trapnr == VEC_CPLB_VL)))
fp->pc = SAFE_USER_INSTRUCTION;

traps_done:
Expand Down

0 comments on commit ececb08

Please sign in to comment.