# HG changeset patch
# User Jimi Xenidis <[EMAIL PROTECTED]>
# Node ID f5d55155e4d5531675179b3d678bc290141185a6
# Parent  2d3056825cda857be6fca8f949f3c79d5226b6d8
[POWERPC] obtain Domain features from the hypervisor

Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/xen/setup.c |    4 ++++
 1 files changed, 4 insertions(+)

diff -r 2d3056825cda -r f5d55155e4d5 arch/powerpc/platforms/xen/setup.c
--- a/arch/powerpc/platforms/xen/setup.c        Wed Aug 09 18:18:08 2006 -0400
+++ b/arch/powerpc/platforms/xen/setup.c        Wed Aug 09 18:21:31 2006 -0400
@@ -7,6 +7,7 @@
 #include <linux/console.h>
 #include <xen/interface/xen.h>
 #include <xen/interface/sched.h>
+#include <xen/features.h>
 #include <asm/udbg.h>
 #include <asm/pgtable.h>
 #include <asm/prom.h>
@@ -123,6 +124,9 @@ static void __init xen_init_early(void)
        } else {
                xen_reboot_init(NULL);
        }
+
+       /* get the domain features */
+       setup_xen_features();
 
        DBG("Hello World I'm Maple Xen-LPAR!\n");
 

_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to