diff mbox series

[3/3] MIPS: generic: Enable CONFIG_JUMP_LABEL

Message ID 20190405225014.15236-3-paul.burton@mips.com (mailing list archive)
State Mainlined
Commit 3e3d1dfda4d6a17666fe0beae5c56b97b42e2c7a
Headers show
Series [1/3] MIPS: jump_label: Remove redundant nops | expand

Commit Message

Paul Burton April 5, 2019, 10:50 p.m. UTC
Enable CONFIG_JUMP_LABEL for generic configs in order to better optimize
at runtime and get better test coverage for our jump label support.

Signed-off-by: Paul Burton <paul.burton@mips.com>
---

 arch/mips/configs/generic_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/mips/configs/generic_defconfig b/arch/mips/configs/generic_defconfig
index 5d80521e5d5a..714169e411cf 100644
--- a/arch/mips/configs/generic_defconfig
+++ b/arch/mips/configs/generic_defconfig
@@ -26,6 +26,7 @@  CONFIG_MIPS_CPS=y
 CONFIG_HIGHMEM=y
 CONFIG_NR_CPUS=16
 CONFIG_MIPS_O32_FP64_SUPPORT=y
+CONFIG_JUMP_LABEL=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
 CONFIG_TRIM_UNUSED_KSYMS=y