mirror of https://gitee.com/openkylin/linux.git
MIPS: math-emu: Remove fine example of cargo cult programming.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
cd8ee345e8
commit
6d18b6246d
|
@ -7,13 +7,6 @@
|
||||||
|
|
||||||
#include "ieee754.h"
|
#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
|
* Emulate the arbritrary instruction ir at xcp->cp0_epc. Required when
|
||||||
* we have to emulate the instruction in a COP1 branch delay slot. Do
|
* we have to emulate the instruction in a COP1 branch delay slot. Do
|
||||||
|
|
Loading…
Reference in New Issue