aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-15 20:24:08 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-21 05:12:54 -0400
commit6d18b6246d2bfb9da2d342553e41565e14422089 (patch)
tree42cbedb44b0e4f278362f37fef7ad841b327e24f /arch
parentcd8ee345e8affceaa3f846012db7eb799a6d918f (diff)
MIPS: math-emu: Remove fine example of cargo cult programming.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/math-emu/dsemul.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/math-emu/dsemul.c b/arch/mips/math-emu/dsemul.c
index 3aea39d99c37..c6e879c59a7f 100644
--- a/arch/mips/math-emu/dsemul.c
+++ b/arch/mips/math-emu/dsemul.c
@@ -7,13 +7,6 @@
7 7
8#include "ieee754.h" 8#include "ieee754.h"
9 9
10/* Strap kernel emulator for full MIPS IV emulation */
11
12#ifdef __mips
13#undef __mips
14#endif
15#define __mips 4
16
17/* 10/*
18 * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when 11 * Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
19 * we have to emulate the instruction in a COP1 branch delay slot. Do 12 * we have to emulate the instruction in a COP1 branch delay slot. Do