Commit cbbc6f16 authored by David Mosberger's avatar David Mosberger

ia64: Fix LOAD_OFFSET macro in kernel linker script. Reported by

	Mika Penttil.
parent b190a177
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <asm/system.h> #include <asm/system.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#define LOAD_OFFSET KERNEL_START + KERNEL_TR_PAGE_SIZE #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
#include <asm-generic/vmlinux.lds.h> #include <asm-generic/vmlinux.lds.h>
OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_FORMAT("elf64-ia64-little")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment