From: Ralf Baechle Date: Wed, 16 Apr 2014 00:24:08 +0000 (+0200) Subject: MIPS: math-emu: Remove fine example of cargo cult programming. X-Git-Tag: next-20140502~87^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c387da86eb331e1b60c97023d8d01c8a9adeb816;p=karo-tx-linux.git MIPS: math-emu: Remove fine example of cargo cult programming. Signed-off-by: Ralf Baechle --- 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 @@ #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