public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/5] map ia64_hint definition to intel compiler intrinsic
@ 2006-01-27  0:58 Chen, Kenneth W
  0 siblings, 0 replies; only message in thread
From: Chen, Kenneth W @ 2006-01-27  0:58 UTC (permalink / raw)
  To: linux-ia64

Map ia64_hint() to internal intel compiler intrinsic.

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>

---
Same patch as what was sent yesterday.



--- ./include/asm-ia64/intel_intrin.h.orig	2006-01-26 16:42:58.815137795 -0800
+++ ./include/asm-ia64/intel_intrin.h	2006-01-26 16:43:03.945997107 -0800
@@ -122,7 +122,8 @@ __s64 _m64_popcnt(__s64 a);
 #define ia64_getreg		__getReg
 #define ia64_setreg		__setReg
 
-#define ia64_hint(x)
+#define ia64_hint		__hint
+#define ia64_hint_pause		__hint_pause
 
 #define ia64_mux1_brcst	 0
 #define ia64_mux1_mix		 8


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-27  0:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-27  0:58 [patch 1/5] map ia64_hint definition to intel compiler intrinsic Chen, Kenneth W

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox