From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [arch/x86/kvm/x86.c:5699]: (error) Uninitialized variable: param Date: Sun, 27 Apr 2014 11:53:01 +0200 Message-ID: <535CD37D.50708@redhat.com> References: <535BE9E2.2070607@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, x86@kernel.org To: =?UTF-8?B?VG9yYWxmIEbDtnJzdGVy?= , Gleb Natapov Return-path: Received: from mail-ee0-f54.google.com ([74.125.83.54]:55744 "EHLO mail-ee0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090AbaD0JxI (ORCPT ); Sun, 27 Apr 2014 05:53:08 -0400 Received: by mail-ee0-f54.google.com with SMTP id d49so3979540eek.27 for ; Sun, 27 Apr 2014 02:53:07 -0700 (PDT) In-Reply-To: <535BE9E2.2070607@gmx.de> Sender: kvm-owner@vger.kernel.org List-ID: Il 26/04/2014 19:16, Toralf F=C3=B6rster ha scritto: > If CONFIG_X86_64 is not defined then the condition "if (!longmode)" i= s either superfluous > or lacks an else branch, right ? It is superfluous indeed. Paolo