Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Neither asm/types.h nor linux/types.h is required for arch/ia…
…64/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 2678c07. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Acked-by: Fenghua Yu <fenghua.yu@intel.com>
- Loading branch information