From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 8/9] arm: gic: fix build on arm64 Date: Thu, 11 Apr 2013 10:00:09 +0100 Message-ID: <1365670809.8036.21.camel@zakaz.uk.xensource.com> References: <1362559920.8941.98.camel@hastur.hellion.org.uk> <1362560076-25897-8-git-send-email-ijc@hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: "Tim (Xen.org)" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Tue, 2013-03-19 at 16:05 +0000, Stefano Stabellini wrote: > On Wed, 6 Mar 2013, Ian Campbell wrote: > > From: Ian Campbell > > > > lr_mask is a uint64_t and so needs to be printed with PRIx64. > > > > Signed-off-by: Ian Campbell > > Acked-by: Stefano Stabellini Applied, thanks. Ian