summaryrefslogtreecommitdiffstats
path: root/arch/sparc/math-emu/fnegs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/math-emu/fnegs.c')
-rw-r--r--arch/sparc/math-emu/fnegs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/math-emu/fnegs.c b/arch/sparc/math-emu/fnegs.c
index 39188eea6..1c662f201 100644
--- a/arch/sparc/math-emu/fnegs.c
+++ b/arch/sparc/math-emu/fnegs.c
@@ -4,4 +4,3 @@ int FNEGS(unsigned long *rd, unsigned long *rs2)
rd[0] = rs2[0] ^ 0x80000000UL;
return 1;
}
-