WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] linux: Un-__init a couple of kexec vars t

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] linux: Un-__init a couple of kexec vars that are accessed after init time.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 17 May 2007 11:10:11 -0700
Delivery-date: Thu, 17 May 2007 11:09:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1179305849 -3600
# Node ID 711bfe07999b8b14d393a855546cf945fea7d4c6
# Parent  9ec165fa81285bdbde7e0368c29d2e6bf9ce51cc
linux: Un-__init a couple of kexec vars that are accessed after init time.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 9ec165fa8128 -r 711bfe07999b 
linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c
--- a/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c     Wed May 16 
09:15:54 2007 +0100
+++ b/linux-2.6-xen-sparse/drivers/xen/core/machine_kexec.c     Wed May 16 
09:57:29 2007 +0100
@@ -12,8 +12,8 @@ extern void machine_kexec_setup_load_arg
                                         struct kimage *image);
 
 static int __initdata xen_max_nr_phys_cpus;
-static struct resource __initdata xen_hypervisor_res;
-static struct resource __initdata *xen_phys_cpus;
+static struct resource xen_hypervisor_res;
+static struct resource *xen_phys_cpus;
 
 void __init xen_machine_kexec_setup_resources(void)
 {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] linux: Un-__init a couple of kexec vars that are accessed after init time., Xen patchbot-unstable <=