From: Ian Campbell Date: Thu, 24 Aug 2006 09:58:41 +0000 (+0100) Subject: [POWERPC] Remove references to xen_guest_string from ppc dom0 builder. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15681^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=62970765b5f62aff88a5cec9d6eee0cb6eca6505;p=xen.git [POWERPC] Remove references to xen_guest_string from ppc dom0 builder. The xen_guest_string should not be examined directly and the ppc code doesn't use it yet anyway. Signed-off-by: Ian Campbell --- diff --git a/xen/arch/powerpc/domain_build.c b/xen/arch/powerpc/domain_build.c index 4134bbaf02..8c896aa1ac 100644 --- a/xen/arch/powerpc/domain_build.c +++ b/xen/arch/powerpc/domain_build.c @@ -137,10 +137,6 @@ int construct_dom0(struct domain *d, dsi.v_kernend = RM_MASK(dsi.v_kernend, 42); dsi.v_kernentry = RM_MASK(dsi.v_kernentry, 42); - if (dsi.xen_section_string == NULL) { - printk("Not a Xen-ELF image: '__xen_guest' section not found.\n"); - return -EINVAL; - } printk("*** LOADING DOMAIN 0 ***\n"); /* By default DOM0 is allocated all available memory. */