From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO9zB-00019X-RN for qemu-devel@nongnu.org; Fri, 05 Apr 2013 12:59:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO9z7-0006cq-Mc for qemu-devel@nongnu.org; Fri, 05 Apr 2013 12:59:33 -0400 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:37221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO9z7-0006cZ-Ga for qemu-devel@nongnu.org; Fri, 05 Apr 2013 12:59:29 -0400 Received: by mail-yh0-f47.google.com with SMTP id z12so618845yhz.6 for ; Fri, 05 Apr 2013 09:59:29 -0700 (PDT) Sender: Richard Henderson Message-ID: <515F02EC.3010309@twiddle.net> Date: Fri, 05 Apr 2013 11:59:24 -0500 From: Richard Henderson MIME-Version: 1.0 References: <1365116186-19382-1-git-send-email-rth@twiddle.net> <1365116186-19382-31-git-send-email-rth@twiddle.net> In-Reply-To: <1365116186-19382-31-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 30/33] tcg-ppc64: Use getauxval for ISA detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: av1474@comtv.ru, Aurelien Jarno On 2013-04-04 17:56, Richard Henderson wrote: > +#ifdef CONFIG_GETAUXVAL > +#include > +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~