|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] linux: Un-__init a couple of kexec vars t
# 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 <=
|
|
|
|
|