Skip to content

Commit 41cc257

Browse files
H. Peter Anvin1Naim
authored andcommitted
x86/Kconfig: tighten up wording of the CONFIG_X86_FRED help text
The CONFIG_X86_FRED help text has both "try to" and "if the system supports it", which are redundant statements. Remove "try to". Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
1 parent 6199d8d commit 41cc257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ config X86_FRED
557557
bool "Flexible Return and Event Delivery"
558558
depends on X86_64
559559
help
560-
When enabled, try to use Flexible Return and Event Delivery
560+
When enabled, use Flexible Return and Event Delivery
561561
instead of the legacy SYSCALL/SYSENTER/IDT architecture for
562562
ring transitions and exception/interrupt handling if the
563563
system supports it.

0 commit comments

Comments
 (0)