Skip to content

Commit

Permalink
MIPS: generic: Enable CONFIG_JUMP_LABEL
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: [email protected]
  • Loading branch information
paulburton committed Apr 9, 2019
1 parent 9b6584e commit 3e3d1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/configs/generic_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e3d1df

Please sign in to comment.