Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[IA64] add __builtin_trap definition for icc build

Map __builtin_trap function to break 0 instruction.

Signed-off-by: HJ Lu <hongjiu.lu@intel.com>
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by

Chen, Kenneth W and committed by
Tony Luck
9df79dec c583f66d

+2
+2
include/asm-ia64/intel_intrin.h
··· 152 152 } \ 153 153 } while (0) 154 154 155 + #define __builtin_trap() __break(0); 156 + 155 157 #endif /* _ASM_IA64_INTEL_INTRIN_H */