summaryrefslogtreecommitdiffstats
path: root/arch/mips64/Makefile
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-06-08 00:18:49 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-06-08 00:18:49 +0000
commit62038e3f2e54b1f6c130958c75875c72b13944ef (patch)
tree3b5511ff4d92d2cbc40762eb0f9db14ef642bca1 /arch/mips64/Makefile
parent1db92498b072a7a1a82171ea2222fd29904c6171 (diff)
Mapped kernel changes: create elf sections as close as possible to
IRIX, to get the same kind of loader behavior. Read comments in mapped_kernel.h for more details.
Diffstat (limited to 'arch/mips64/Makefile')
-rw-r--r--arch/mips64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/Makefile b/arch/mips64/Makefile
index 3257fcbb9..b37fabe69 100644
--- a/arch/mips64/Makefile
+++ b/arch/mips64/Makefile
@@ -132,7 +132,7 @@ endif
ifdef CONFIG_MAPPED_KERNEL
vmlinux.64: vmlinux
- $(OBJCOPY) -O $(64bit-bfd) --change-addresses=0xa7ffffff40000000 $< $@
+ $(OBJCOPY) -O $(64bit-bfd) --change-addresses=0xbfffffff40000000 $< $@
else
vmlinux.64: vmlinux
$(OBJCOPY) -O $(64bit-bfd) --change-addresses=0xa7ffffff80000000 $< $@