Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88291
b: refs/heads/master
c: 4f3f8e9
h: refs/heads/master
i:
  88289: a4276e4
  88287: 836461a
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 14, 2008
1 parent 44b8dbe commit b64b42c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 120dd64cacd4fb796bca0acba3665553f1d9ecaa
refs/heads/master: 4f3f8e94b7b079131f0faf641e8afd790a6537d1
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ asmlinkage void illegal_instruction(unsigned long esfr1, unsigned long epcr0, un
epcr0, esr0, esfr1);

info.si_errno = 0;
info.si_addr = (void *) ((epcr0 & EPCR0_PC) ? (epcr0 & EPCR0_PC) : __frame->pc);
info.si_addr = (void *) ((epcr0 & EPCR0_V) ? (epcr0 & EPCR0_PC) : __frame->pc);

switch (__frame->tbr & TBR_TT) {
case TBR_TT_ILLEGAL_INSTR:
Expand Down

0 comments on commit b64b42c

Please sign in to comment.