From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] common: re-arrange struct kernel_param fields Date: Mon, 15 Feb 2016 08:18:01 +0000 Message-ID: <56C189B9.4050309@citrix.com> References: <56C18DFF02000078000D1E84@prv-mh.provo.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 1aVEMG-0004wZ-Mh for xen-devel@lists.xenproject.org; Mon, 15 Feb 2016 08:18:12 +0000 In-Reply-To: <56C18DFF02000078000D1E84@prv-mh.provo.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: Ian Campbell , Keir Fraser , Ian Jackson , Tim Deegan List-Id: xen-devel@lists.xenproject.org On 15/02/2016 07:36, Jan Beulich wrote: > Even if placed in .init.* there's no reason to needlessly bloat the > binary due to padding fields the compiler needs to insert on 64-bit > architectures. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper