debuggers.hg
changeset 11292:f85a81f7e3fb
[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 <ian.campbell@xensource.com>
The xen_guest_string should not be examined directly and the ppc code
doesn't use it yet anyway.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Thu Aug 24 10:58:41 2006 +0100 (2006-08-24) |
parents | 1ff4cc298bec |
children | 23a0a408edb9 |
files | xen/arch/powerpc/domain_build.c |
line diff
1.1 --- a/xen/arch/powerpc/domain_build.c Thu Aug 24 09:49:41 2006 +0100 1.2 +++ b/xen/arch/powerpc/domain_build.c Thu Aug 24 10:58:41 2006 +0100 1.3 @@ -137,10 +137,6 @@ int construct_dom0(struct domain *d, 1.4 dsi.v_kernend = RM_MASK(dsi.v_kernend, 42); 1.5 dsi.v_kernentry = RM_MASK(dsi.v_kernentry, 42); 1.6 1.7 - if (dsi.xen_section_string == NULL) { 1.8 - printk("Not a Xen-ELF image: '__xen_guest' section not found.\n"); 1.9 - return -EINVAL; 1.10 - } 1.11 printk("*** LOADING DOMAIN 0 ***\n"); 1.12 1.13 /* By default DOM0 is allocated all available memory. */