[PATCH] ARM: configs: enable jump label support for multi v5/v7
Ard Biesheuvel
ardb at kernel.org
Wed Jun 8 00:35:19 PDT 2022
Enable jump labels in the v5 and v7 multiarch defconfigs, so we get both
the performance benefits and the test coverage.
Signed-off-by: Ard Biesheuvel <ardb at kernel.org>
---
arch/arm/configs/multi_v5_defconfig | 1 +
arch/arm/configs/multi_v7_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
index f8d301150732..7141dbacabfe 100644
--- a/arch/arm/configs/multi_v5_defconfig
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -315,3 +315,4 @@ CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_FTRACE is not set
CONFIG_DEBUG_USER=y
+CONFIG_JUMP_LABEL=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ce9826bce29b..efef6a466498 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1252,3 +1252,4 @@ CONFIG_CMA_SIZE_MBYTES=64
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_FS=y
+CONFIG_JUMP_LABEL=y
--
2.30.2
More information about the linux-arm-kernel
mailing list