|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] merge with linux-2.6.tip-xen.hg
What you did not see is the merge linux-2.6.tip-xen.hg which would
have resulted in 2492 emails :(
-JX
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID dbc5fdc3a38251f8a11eb442c6e9139b36e02e54
# Parent 29fd5adfdc07e67c065ee00987317d58f6bcdd1f
[POWERPC] init hpte pointers in probe
Just like everyone else, reduces out non-xen patch, which is always goodness.
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
diff -r 29fd5adfdc07 -r dbc5fdc3a382 arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c Mon Aug 07 18:15:57 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c Mon Aug 07 18:27:04 2006 -0400
@@ -90,8 +90,6 @@ static void __init xen_init_early(void)
DBG(" -> %s\n", __func__);
- hpte_init_lpar();
-
xen = of_find_node_by_path("/xen");
si = (u64 *)get_property(xen, "start-info", NULL);
@@ -260,6 +258,8 @@ static int __init xen_probe(void)
return 0;
xen_fw_feature_init();
+
+ hpte_init_lpar();
return 1;
}
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [XenPPC] merge with linux-2.6.tip-xen.hg,
Jimi Xenidis <=
|
|
|
|
|