]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- enabled RELOCATABLE on x86-64 (why we had that off?)
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Sep 2014 07:27:28 +0000 (09:27 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Sep 2014 07:27:28 +0000 (09:27 +0200)
kernel-x86.config

index de856617e7aeb3d1affcde11d35735b0fd7aecf1..00e650a041a5bcdbc1644352e66c62a581ce0c31 100644 (file)
@@ -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
This page took 0.070399 seconds and 4 git commands to generate.