All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
To: Didier Nadeau <didier.nadeau@gmail.com>
Cc: lttng-dev <lttng-dev@lists.lttng.org>
Subject: Re: [PATCH] Support for Xeon-Phi with newer MPSS
Date: Thu, 17 Dec 2015 12:56:11 +0000 (UTC)	[thread overview]
Message-ID: <993448979.259018.1450356971102.JavaMail.zimbra__5475.8793827661$1450357050$gmane$org@efficios.com> (raw)
In-Reply-To: <1450296167-9584-1-git-send-email-didier.nadeau@gmail.com>

merged into urcu master and stable-0.9, thanks!

Mathieu

----- On Dec 16, 2015, at 3:02 PM, Didier Nadeau didier.nadeau@gmail.com wrote:

> The Xeon-Phi is now considered as a new architecture instead of a
> vendor in MPSS version 3.4.4. This change is backward compatible with
> previous MPSS versions.
> 
> Signed-off-by: Didier Nadeau <didier.nadeau@gmail.com>
> ---
> configure.ac | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index e7e300b..39a7777 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -103,6 +103,7 @@ AC_CHECK_HEADERS([ \
> 
> # Find arch type
> AS_CASE([$host_cpu],
> +	[k1om], [ARCHTYPE="x86"],
> 	[i386], [ARCHTYPE="x86" && SUBARCHTYPE="x86compat"],
> 	[i486], [ARCHTYPE="x86"],
> 	[i586], [ARCHTYPE="x86"],
> @@ -189,7 +190,7 @@ AS_IF([test "x$ARCHTYPE" = "xx86"],[
> 	#
> 	#k1om is the name for the Intel MIC family (Xeon Phi). It is an x86_64
> 	#variant but lacks fence instructions.
> -	AS_IF([test "x$host_cpu" != "xi386" -a "x$host_cpu" != "xi486" -a "x$host_cpu"
> != "xi586" -a "x$host_cpu" != "xi686" -a "x$host_vendor" != "xk1om"],[
> +	AS_IF([test "x$host_cpu" != "xi386" -a "x$host_cpu" != "xi486" -a "x$host_cpu"
> != "xi586" -a "x$host_cpu" != "xi686" -a "x$host_vendor" != "xk1om" -a
> "x$host_cpu" != "xk1om"],[
> 		AC_MSG_RESULT([yes])
> 		AC_DEFINE([CONFIG_RCU_HAVE_FENCE], [1])
> 	],[
> --
> 1.9.1
> 
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com

  parent reply	other threads:[~2015-12-17 12:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1450296167-9584-1-git-send-email-didier.nadeau@gmail.com>
2015-12-16 20:21 ` [PATCH] Support for Xeon-Phi with newer MPSS Didier Nadeau
2015-12-17 12:56 ` Mathieu Desnoyers [this message]
2015-12-16 20:02 Didier Nadeau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='993448979.259018.1450356971102.JavaMail.zimbra__5475.8793827661$1450357050$gmane$org@efficios.com' \
    --to=mathieu.desnoyers@efficios.com \
    --cc=didier.nadeau@gmail.com \
    --cc=lttng-dev@lists.lttng.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.