qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 30/33] tcg-ppc64: Use getauxval for ISA detec


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v4 30/33] tcg-ppc64: Use getauxval for ISA detection
Date: Fri, 05 Apr 2013 11:59:24 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 2013-04-04 17:56, Richard Henderson wrote:
+#ifdef CONFIG_GETAUXVAL
+#include <sys/auxv.h>
+static bool have_isa_2_06;
+#define HAVE_ISA_2_06  have_isa_2_06
+#define HAVE_ISEL      have_isa_2_06
+#else
  #define HAVE_ISA_2_06  0
-#define HAVE_ISEL      0
+#define HAVE_ISA_ISEL  0

Guh.  I've pushed a new tree with this typo fixed.  I won't repost the
patch series just for this though.


r~






reply via email to

[Prev in Thread] Current Thread [Next in Thread]