aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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