Skip to content
Snippets Groups Projects
Commit 689126a4 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64] math-emu: Delete debugging printk left by previous commit.


Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f5374c9
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,6 @@ int do_mathemu(struct pt_regs *regs, struct fpustate *f) ...@@ -217,7 +217,6 @@ int do_mathemu(struct pt_regs *regs, struct fpustate *f)
x = (x >> 14) & 0xf; x = (x >> 14) & 0xf;
TYPE(x,1,1,1,1,0,0); TYPE(x,1,1,1,1,0,0);
printk("math-emu: type is %08x\n", type);
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment