projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5374c
)
[SPARC64] math-emu: Delete debugging printk left by previous commit.
author
David S. Miller
<
[email protected]
>
Wed, 22 Feb 2006 00:53:26 +0000
(16:53 -0800)
committer
David S. Miller
<
[email protected]
>
Mon, 20 Mar 2006 09:13:53 +0000
(
01:13
-0800)
Signed-off-by: David S. Miller <
[email protected]
>
arch/sparc64/math-emu/math.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/math-emu/math.c
b/arch/sparc64/math-emu/math.c
index a93a3664c85454e68e996c3e61b859bf62bd4a73..6ee496c2864a8eb8c12e0132004563d2a253ce8d 100644
(file)
--- 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;
}