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

Commit 18282b36 authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Fenghua Yu
Browse files

Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h"



asm/fpu.h uses the __IA64_UL macro which is declared in asm/types.h, so
this include is really required. Without it, GNU libc fails to build.

This reverts commit 2678c07b.

Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
Acked-by: default avatarFenghua Yu <fenghua.yu@intel.com>
parent 390bd132
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -6,6 +6,8 @@
 *	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 */