From 6d18b6246d2bfb9da2d342553e41565e14422089 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 16 Apr 2014 02:24:08 +0200 Subject: MIPS: math-emu: Remove fine example of cargo cult programming. Signed-off-by: Ralf Baechle --- arch/mips/math-emu/dsemul.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'arch/mips/math-emu') 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 -- cgit