From: Peter Zijlstra Date: Mon, 3 Aug 2015 09:29:30 +0000 (+0200) Subject: x86/kconfig: Enable CONFIG_JUMP_LABEL in the defconfigs X-Git-Tag: omap-for-v4.3/fixes-merge-window~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16eefbd1ed4ff474807b1aad50bc2f6317fcb9f4;p=pandora-kernel.git x86/kconfig: Enable CONFIG_JUMP_LABEL in the defconfigs Enable CONFIG_JUMP_LABEL in the defconfigs, the feature already deals with GCC not having the asm-goto feature so will not break the build on older compilers. Having it enabled generates a faster kernel at very little extra cost since we already include all the code patching code by having KPROBES enabled. Signed-off-by: Peter Zijlstra (Intel) Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed