# HG changeset patch # User tristan.gingold@xxxxxxxx # Node ID 13a79a9bf48687a678ace754db1bbb99946341a3 # Parent 9e584707057ee4e6ec629b0bf6d0d0092306281c Correctly set LOAD_OFFSET. This is now independent from KERNEL_TR_PAGE_SHIFT. diff -r 9e584707057e -r 13a79a9bf486 xen/arch/ia64/xen/xen.lds.S --- a/xen/arch/ia64/xen/xen.lds.S Thu Oct 20 07:16:25 2005 +++ b/xen/arch/ia64/xen/xen.lds.S Thu Oct 20 11:38:35 2005 @@ -5,7 +5,7 @@ #include #include -#define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE) +#define LOAD_OFFSET (XEN_START_ADDR) #include OUTPUT_FORMAT("elf64-ia64-little")