[packages/kernel] - enabled RELOCATABLE on x86-64 (why we had that off?)

baggins baggins at pld-linux.org
Sat Sep 6 09:30:04 CEST 2014


commit 22a6e56efe19e29d782de6764bfc3172a04b2ab6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Sep 6 09:27:28 2014 +0200

    - enabled RELOCATABLE on x86-64 (why we had that off?)

 kernel-x86.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-x86.config b/kernel-x86.config
index de85661..00e650a 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -99,8 +99,8 @@ KEXEC x86=y
 CRASH_DUMP x86=n
 KEXEC_JUMP x86=y
 PHYSICAL_START x86=0x1000000
-RELOCATABLE i386=y x86_64=n
-RANDOMIZE_BASE i386=y
+RELOCATABLE i386=y x86_64=y
+RANDOMIZE_BASE i386=y x86_64=y
 PHYSICAL_ALIGN i386=0x100000
 HOTPLUG_CPU x86=y
 BOOTPARAM_HOTPLUG_CPU0 all=n
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/44db841e7f93822bba30e1ccca3506a3f8c93f39



More information about the pld-cvs-commit mailing list