Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119703
b: refs/heads/master
c: 726c12f
h: refs/heads/master
i:
  119701: 7d59968
  119699: b802a18
  119695: 3d0d911
v: v3
  • Loading branch information
Joseph Myers authored and David S. Miller committed Dec 4, 2008
1 parent 7091683 commit 9431ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e8e8e80ee047b131a0cd6a3e96e0f8dfa14f6d99
refs/heads/master: 726c12f57d7e3ff43693d88e13b1ff02464c75d3
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/visemul.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
#define VIS_OPF_SHIFT 5
#define VIS_OPF_MASK (0x1ff << VIS_OPF_SHIFT)

#define RS1(INSN) (((INSN) >> 24) & 0x1f)
#define RS1(INSN) (((INSN) >> 14) & 0x1f)
#define RS2(INSN) (((INSN) >> 0) & 0x1f)
#define RD(INSN) (((INSN) >> 25) & 0x1f)

Expand Down Expand Up @@ -445,7 +445,7 @@ static void pdist(struct pt_regs *regs, unsigned int insn)
unsigned long i;

rs1 = fpd_regval(f, RS1(insn));
rs2 = fpd_regval(f, RS1(insn));
rs2 = fpd_regval(f, RS2(insn));
rd = fpd_regaddr(f, RD(insn));

rd_val = *rd;
Expand Down

0 comments on commit 9431ac9

Please sign in to comment.