Skip to content

Commit ec098a8

Browse files
committed
ARM: at91: sama5_defconfig: add back CONFIG_JUMP_LABEL
Add back this configuration option as it increases a lot the performance of the network subsystem. Beware: this option changes the binary of the kernel at runtime: pay attention if you use the Integrity Check Monitor (ICM) with the kernel image! Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent ca1128a commit ec098a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/sama5_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ CONFIG_BLK_DEV_INITRD=y
2020
# CONFIG_KALLSYMS is not set
2121
CONFIG_EMBEDDED=y
2222
CONFIG_SLAB=y
23+
CONFIG_JUMP_LABEL=y
2324
CONFIG_MODULES=y
2425
CONFIG_MODULE_FORCE_LOAD=y
2526
CONFIG_MODULE_UNLOAD=y

0 commit comments

Comments
 (0)