Commit 689126a4 authored by David S. Miller's avatar David S. Miller

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

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f5374c9
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment