From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Patch v3] static, __init and __initdata symbols in machine_kexec.c Date: Wed, 16 May 2007 10:11:43 +0100 Message-ID: References: <20070516090728.GA11162@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070516090728.GA11162@verge.net.au> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Simon Horman , Ian Campbell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 16/5/07 10:07, "Simon Horman" wrote: > Sorry, I was a bit hasty with sending in this patch :( > > As per the subseqent v4, I discovered that xen_hypervisor_res and > xen_phys_cpus really ought not to be __initdata because they get > inserted into resource_iomem, which is accessed after init. Should I > send in an additional patch to reverse that part of the change? No, I fixed it now. K.