diff options
Diffstat (limited to 'arch/i386/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/i386/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/vmlinux.lds.S b/arch/i386/kernel/vmlinux.lds.S index e17ab69c1f05..7e01a528a83a 100644 --- a/arch/i386/kernel/vmlinux.lds.S +++ b/arch/i386/kernel/vmlinux.lds.S | |||
@@ -14,7 +14,7 @@ ENTRY(phys_startup_32) | |||
14 | jiffies = jiffies_64; | 14 | jiffies = jiffies_64; |
15 | SECTIONS | 15 | SECTIONS |
16 | { | 16 | { |
17 | . = LOAD_OFFSET + 0x100000; | 17 | . = __KERNEL_START; |
18 | phys_startup_32 = startup_32 - LOAD_OFFSET; | 18 | phys_startup_32 = startup_32 - LOAD_OFFSET; |
19 | /* read-only */ | 19 | /* read-only */ |
20 | _text = .; /* Text and read-only data */ | 20 | _text = .; /* Text and read-only data */ |