From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r4Yz411qczDqD8 for ; Wed, 11 May 2016 21:38:24 +1000 (AEST) Date: Wed, 11 May 2016 21:36:59 +1000 From: Paul Mackerras To: Alexey Kardashevskiy Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH kernel] KVM: PPC: Fix debug macros Message-ID: <20160511113659.GB10249@fergus.ozlabs.ibm.com> References: <1461905843-22673-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1461905843-22673-1-git-send-email-aik@ozlabs.ru> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Apr 29, 2016 at 02:57:23PM +1000, Alexey Kardashevskiy wrote: > When XICS_DBG is enabled, gcc produces format errors. This fixes > formats to match passed values types. > > Signed-off-by: Alexey Kardashevskiy Thanks, applied to my kvm-ppc-next branch. Paul.