diff options
Diffstat (limited to 'arch/i386/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/i386/kernel/vmlinux.lds.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/kernel/vmlinux.lds.S b/arch/i386/kernel/vmlinux.lds.S index f8d61ec4c8cb..6860f20aa579 100644 --- a/arch/i386/kernel/vmlinux.lds.S +++ b/arch/i386/kernel/vmlinux.lds.S | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <asm/thread_info.h> | 14 | #include <asm/thread_info.h> |
15 | #include <asm/page.h> | 15 | #include <asm/page.h> |
16 | #include <asm/cache.h> | 16 | #include <asm/cache.h> |
17 | #include <asm/boot.h> | ||
17 | 18 | ||
18 | OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") | 19 | OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") |
19 | OUTPUT_ARCH(i386) | 20 | OUTPUT_ARCH(i386) |
@@ -27,7 +28,7 @@ PHDRS { | |||
27 | } | 28 | } |
28 | SECTIONS | 29 | SECTIONS |
29 | { | 30 | { |
30 | . = LOAD_OFFSET + CONFIG_PHYSICAL_START; | 31 | . = LOAD_OFFSET + LOAD_PHYSICAL_ADDR; |
31 | phys_startup_32 = startup_32 - LOAD_OFFSET; | 32 | phys_startup_32 = startup_32 - LOAD_OFFSET; |
32 | /* read-only */ | 33 | /* read-only */ |
33 | .text : AT(ADDR(.text) - LOAD_OFFSET) { | 34 | .text : AT(ADDR(.text) - LOAD_OFFSET) { |