>>> On 25.09.15 at 13:54, wrote:
> --- a/xen/arch/x86/domain_build.c
> +++ b/xen/arch/x86/domain_build.c
> @@ -953,8 +953,8 @@ int __init construct_dom0(
> compat32 = 0;
> machine = elf_uval(&elf, elf.ehdr, e_machine);
> printk(" Xen kernel: 64-bit, lsb, compat32\n");
> -if (
Instead of using own defines for the possible values of pae_kernel
make use of the new libelf enum.
Signed-off-by: Juergen Gross
---
xen/arch/x86/domain_build.c | 6 +++---
xen/include/xen/sched.h | 4
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/xen/arch/x86/domain_bu