From 689126a48a4cf7efc77d0d090b2db4e8927d7819 Mon Sep 17 00:00:00 2001
From: "David S. Miller" <davem@sunset.davemloft.net>
Date: Tue, 21 Feb 2006 16:53:26 -0800
Subject: [PATCH] [SPARC64] math-emu: Delete debugging printk left by previous
 commit.

Signed-off-by: David S. Miller <davem@davemloft.net>
---
 arch/sparc64/math-emu/math.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/sparc64/math-emu/math.c b/arch/sparc64/math-emu/math.c
index a93a3664c85454..6ee496c2864a8e 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;
 			}
 
-- 
GitLab