Skip to content

Commit

Permalink
[SPARC64] math-emu: Delete debugging printk left by previous commit.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 6f5374c commit 689126a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc64/math-emu/math.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ int do_mathemu(struct pt_regs *regs, struct fpustate *f)

x = (x >> 14) & 0xf;
TYPE(x,1,1,1,1,0,0);
printk("math-emu: type is %08x\n", type);
break;
}

Expand Down

0 comments on commit 689126a

Please sign in to comment.