From 6a2f052f959b37be4a269bf236f7aef0544b810f Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 8 Apr 2017 21:41:35 -0500 Subject: Additional code comment regarding the null_seg "bug" Signed-off-by: Burt P --- modules/devices/x86/processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index 0f28d03f..77174002 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -428,7 +428,7 @@ static struct { { "clflush_monitor", "AAI65, CLFLUSH required before MONITOR" }, { "sysret_ss_attrs", "SYSRET doesn't fix up SS attrs" }, { "espfix", "IRET to 16-bit SS corrupts ESP/RSP high bits" }, - { "null_seg", "Nulling a selector preserves the base" }, + { "null_seg", "Nulling a selector preserves the base" }, /* see: detect_null_seg_behavior() */ { "swapgs_fence","SWAPGS without input dep on GS" }, { "monitor", "IPI required to wake up remote CPU" }, { "amd_e400", "AMD Erratum 400" }, -- cgit v1.2.3