projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8ee34
)
MIPS: math-emu: Remove fine example of cargo cult programming.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 16 Apr 2014 00:24:08 +0000
(
02:24
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 21 May 2014 09:12:54 +0000
(11:12 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/dsemul.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/math-emu/dsemul.c
b/arch/mips/math-emu/dsemul.c
index 3aea39d99c37992fa04e16fa2808155461a584c9..c6e879c59a7fccba7d92ede33fe11e7d65832ff5 100644
(file)
--- a/
arch/mips/math-emu/dsemul.c
+++ b/
arch/mips/math-emu/dsemul.c
@@
-7,13
+7,6
@@
#include "ieee754.h"
-/* Strap kernel emulator for full MIPS IV emulation */
-
-#ifdef __mips
-#undef __mips
-#endif
-#define __mips 4
-
/*
* Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
* we have to emulate the instruction in a COP1 branch delay slot. Do