Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155575
b: refs/heads/master
c: 0e4edcf
h: refs/heads/master
i:
  155573: 4825da2
  155571: 71b0f59
  155567: 4461cda
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Jul 16, 2009
1 parent ea4706d commit f9f1e81
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: 976119bc5d2253bb47f3255ee178ce1ee605fd3c
refs/heads/master: 0e4edcf0b0f7d96c4be7788b13bee82e4d3ba0ce
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,8 @@ 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))
if ((ANOMALY_05000461 && trapnr == VEC_HWERR && !access_ok(VERIFY_READ, fp->pc, 8)) ||
(ANOMALY_05000281 && trapnr == VEC_HWERR))
fp->pc = SAFE_USER_INSTRUCTION;

traps_done:
Expand Down

0 comments on commit f9f1e81

Please sign in to comment.