From 4702e00736b1f0ccadadfaf852572f59d0c36f6e Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 22 Aug 2005 05:05:44 +0000 Subject: [PATCH] Xen used the i386 version this file, which was modified to support kexec. Unfortunately, the kexec patch prevented a xenU from starting correctly. Removed kexec patch and created separate vmlinux.lds.S file for xen. --- arch/xen/kernel/vmlinux.lds.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xen/kernel/vmlinux.lds.S b/arch/xen/kernel/vmlinux.lds.S index ef408828d..e93cddfda 100644 --- a/arch/xen/kernel/vmlinux.lds.S +++ b/arch/xen/kernel/vmlinux.lds.S @@ -2,7 +2,6 @@ * Written by Martin Mares ; */ -#define LOAD_OFFSET __PAGE_OFFSET #include #include @@ -12,6 +11,7 @@ OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) #ifdef ALK_KEXEC +#define LOAD_OFFSET __PAGE_OFFSET #define KERN_PHYS_OFFSET (CONFIG_KERN_PHYS_OFFSET * 0x100000) ENTRY(phys_startup_32) jiffies = jiffies_64; -- 2.47.0