Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218930
b: refs/heads/master
c: 2da83b9
h: refs/heads/master
v: v3
  • Loading branch information
Christian Dietrich authored and Kyle McMartin committed Oct 22, 2010
1 parent 32f6968 commit c4f4b10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: b1b1d4a6f244eb9513f006a188f7ed30d5014de5
refs/heads/master: 2da83b90bbbac586fca2735f7da21966a31ec33f
3 changes: 0 additions & 3 deletions trunk/arch/parisc/kernel/unaligned.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,15 +619,12 @@ void handle_unaligned(struct pt_regs *regs)
flop=1;
ret = emulate_std(regs, R2(regs->iir),1);
break;

#ifdef CONFIG_PA20
case OPCODE_LDD_L:
ret = emulate_ldd(regs, R2(regs->iir),0);
break;
case OPCODE_STD_L:
ret = emulate_std(regs, R2(regs->iir),0);
break;
#endif
}
#endif
switch (regs->iir & OPCODE3_MASK)
Expand Down

0 comments on commit c4f4b10

Please sign in to comment.