]> git.pld-linux.org Git - packages/kernel.git/commitdiff
move x86_64 specific ADDRESS_MASKING to x86 config
authorJan Palus <atler@pld-linux.org>
Tue, 11 Jul 2023 08:35:04 +0000 (10:35 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 11 Jul 2023 08:35:04 +0000 (10:35 +0200)
kernel-multiarch.config
kernel-x86.config

index 2a5d0eba94fc0e05d1172fe28ad08ef609240685..fc1ad3375252ecb9e56c4d5818399df98c69a35d 100644 (file)
@@ -2,7 +2,6 @@
 #-
 #- *** FILE: arch/* - ARCH SPECIFIC OPTIONS ***
 #-
-ADDRESS_MASKING all=y
 ARCH_MEMORY_PROBE all=n
 ARM64_RELOC_TEST arm64=m
 ARM_KPROBES_TEST arm=m
index 8c0097ddf31b3f8c1eb1a6365e5aa5ad7625d1fe..ff838dc1a0f1e2e825ff6c9f116228dbc2cfa7f7 100644 (file)
@@ -108,6 +108,7 @@ RELOCATABLE i386=y x86_64=y
 RANDOMIZE_BASE i386=y x86_64=y
 PHYSICAL_ALIGN x86=0x1000000
 RANDOMIZE_MEMORY all=y
+ADDRESS_MASKING all=y
 HOTPLUG_CPU x86=y
 BOOTPARAM_HOTPLUG_CPU0 all=n
 DEBUG_HOTPLUG_CPU0 all=n
This page took 0.381885 seconds and 4 git commands to generate.