aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-21 16:53:26 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 01:13:53 -0800
commit689126a48a4cf7efc77d0d090b2db4e8927d7819 (patch)
tree458fdccc36d064aea5189e2c9244ae8824e46c39
parent6f5374c91f0dd1d92408ed44c066c32bcce5ce69 (diff)
[SPARC64] math-emu: Delete debugging printk left by previous commit.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc64/math-emu/math.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc64/math-emu/math.c
index a93a3664c85..6ee496c2864 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)
x = (x >> 14) & 0xf;
TYPE(x,1,1,1,1,0,0);
- printk("math-emu: type is %08x\n", type);
break;
}