From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 3/3] xen/init: Annotate all command line parameter infrastructure as const Date: Mon, 22 Feb 2016 16:41:15 +0000 Message-ID: <56CB3A2B.1010405@citrix.com> References: <1454951267-30034-1-git-send-email-andrew.cooper3@citrix.com> <1454951267-30034-3-git-send-email-andrew.cooper3@citrix.com> <56CB470E02000078000D4DBA@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <56CB470E02000078000D4DBA@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 Cc: Stefano Stabellini , Tim Deegan , Ian Campbell , Xen-devel List-Id: xen-devel@lists.xenproject.org On 22/02/16 16:36, Jan Beulich wrote: >>>> On 08.02.16 at 18:07, wrote: >> There is no reason for any of it to be modified. Additionally, link >> .init.setup beside the other constant .init data. >> >> No functional change. >> >> Signed-off-by: Andrew Cooper > Sadly I've noticed only after pushing that this breaks the build > with older gcc. 4.3.4 complains about a section type conflict in > mwait-idle.c. I've reverted the change for the time being. /sigh - I will investigate. ~Andrew