Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75516
b: refs/heads/master
c: 1a49915
h: refs/heads/master
v: v3
  • Loading branch information
Luck, Tony committed Jan 15, 2008
1 parent d10a28a commit adb3612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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: 0938e7586440ac97cedc0f5528a8684ebfa4ce43
refs/heads/master: 1a499150e4ec1299232e24389f648d059ce5617a
11 changes: 7 additions & 4 deletions trunk/arch/ia64/kernel/unaligned.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,16 +1488,19 @@ ia64_handle_unaligned (unsigned long ifa, struct pt_regs *regs)
case LDFA_OP:
case LDFCCLR_OP:
case LDFCNC_OP:
case LDF_IMM_OP:
case LDFA_IMM_OP:
case LDFCCLR_IMM_OP:
case LDFCNC_IMM_OP:
if (u.insn.x)
ret = emulate_load_floatpair(ifa, u.insn, regs);
else
ret = emulate_load_float(ifa, u.insn, regs);
break;

case LDF_IMM_OP:
case LDFA_IMM_OP:
case LDFCCLR_IMM_OP:
case LDFCNC_IMM_OP:
ret = emulate_load_float(ifa, u.insn, regs);
break;

case STF_OP:
case STF_IMM_OP:
ret = emulate_store_float(ifa, u.insn, regs);
Expand Down

0 comments on commit adb3612

Please sign in to comment.