diff options
Diffstat (limited to 'arch/sparc64/math-emu')
-rw-r--r-- | arch/sparc64/math-emu/math.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc64/math-emu/math.c index a93a3664c854..6ee496c2864a 100644 --- a/arch/sparc64/math-emu/math.c +++ b/arch/sparc64/math-emu/math.c | |||
@@ -217,7 +217,6 @@ int do_mathemu(struct pt_regs *regs, struct fpustate *f) | |||
217 | 217 | ||
218 | x = (x >> 14) & 0xf; | 218 | x = (x >> 14) & 0xf; |
219 | TYPE(x,1,1,1,1,0,0); | 219 | TYPE(x,1,1,1,1,0,0); |
220 | printk("math-emu: type is %08x\n", type); | ||
221 | break; | 220 | break; |
222 | } | 221 | } |
223 | 222 | ||