mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 15:09:53 +00:00
Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
This commit is contained in:
parent
0b86a4e34d
commit
2678c07b07
@ -6,8 +6,6 @@
|
|||||||
* David Mosberger-Tang <davidm@hpl.hp.com>
|
* David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/types.h>
|
|
||||||
|
|
||||||
/* floating point status register: */
|
/* floating point status register: */
|
||||||
#define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */
|
#define FPSR_TRAP_VD (1 << 0) /* invalid op trap disabled */
|
||||||
#define FPSR_TRAP_DD (1 << 1) /* denormal trap disabled */
|
#define FPSR_TRAP_DD (1 << 1) /* denormal trap disabled */
|
||||||
|
Loading…
Reference in New Issue
Block a user