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> --- ./include/asm-ia64/intel_intrin.h.orig 2006-01-26 16:46:38.263377294 -0800 +++ ./include/asm-ia64/intel_intrin.h 2006-01-26 16:57:54.058290891 -0800 @@ -152,4 +152,6 @@ do { \ } \ } while (0) +#define __builtin_trap() __break(0); + #endif /* _ASM_IA64_INTEL_INTRIN_H */ - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Jan 27 12:12:38 2006
This archive was generated by hypermail 2.1.8 : 2006-01-27 12:12:46 EST