From: Rusty Russell if (1 && X) => if (X). Signed-off-by: Rusty Russell Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN arch/x86_64/Kconfig~clarify-config_reorder-explanation arch/x86_64/Kconfig --- a/arch/x86_64/Kconfig~clarify-config_reorder-explanation +++ a/arch/x86_64/Kconfig @@ -632,8 +632,8 @@ config REORDER default n help This option enables the toolchain to reorder functions for a more - optimal TLB usage. If you have pretty much any version of binutils, - this can increase your kernel build time by roughly one minute. + optimal TLB usage. This will slow your kernel build by + roughly one minute. config K8_NB def_bool y _