From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] kexec: fix some types Date: Thu, 15 Jan 2015 16:05:12 +0000 Message-ID: <54B7E538.5030906@citrix.com> References: <54B7EB8302000078000557CD@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YBmvs-0001UD-Bu for xen-devel@lists.xenproject.org; Thu, 15 Jan 2015 16:06:04 +0000 In-Reply-To: <54B7EB8302000078000557CD@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Andrew Cooper , Keir Fraser , David Vrabel List-Id: xen-devel@lists.xenproject.org On 15/01/15 15:32, Jan Beulich wrote: > crashinfo_maxaddr can/will be a 64-bit type, hence passing it to fls() > is wrong. > > crashinfo_maxaddr_bits, otoh, doesn't need to be a paddr_t, and can > additionally be __initdata. > > struct xen_kexec_reserve's start field - representing a physical > address - ought to have respective type. Reviewed-by: David Vrabel David