Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bd5d2e9 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Cleanup fpuemuprivate declarations.

parent 8ab00b9a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -28,9 +28,6 @@
#endif
#define __mips 4

extern struct mips_fpu_emulator_private fpuemuprivate;


/*
 * Emulate the arbritrary instruction ir at xcp->cp0_epc.  Required when
 * we have to emulate the instruction in a COP1 branch delay slot.  Do
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@

#include <asm/fpu_emulator.h>

extern struct mips_fpu_emulator_private fpuemuprivate;

#define SIGNALLING_NAN 0x7ff800007ff80000LL

void fpu_emulator_init_fpu(void)
+2 −0
Original line number Diff line number Diff line
@@ -35,4 +35,6 @@ struct mips_fpu_emulator_private {
	} stats;
};

extern struct mips_fpu_emulator_private fpuemuprivate;

#endif /* _ASM_FPU_EMULATOR_H */