aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/x86/processor.c
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-04-08 21:41:35 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-04-09 10:58:25 -0700
commit6a2f052f959b37be4a269bf236f7aef0544b810f (patch)
tree49e76d8e5b6f190b1b9cba3df9952c73a42c7a90 /modules/devices/x86/processor.c
parent9963afdb30c71343cc5a22a854421919269b2c58 (diff)
Additional code comment regarding the null_seg "bug"
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/x86/processor.c')
-rw-r--r--modules/devices/x86/processor.c2
1 files changed, 1 insertions, 1 deletions
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" },