diff options
author | Burt P <pburt0@gmail.com> | 2017-04-08 21:41:35 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-09 10:58:25 -0700 |
commit | 6a2f052f959b37be4a269bf236f7aef0544b810f (patch) | |
tree | 49e76d8e5b6f190b1b9cba3df9952c73a42c7a90 | |
parent | 9963afdb30c71343cc5a22a854421919269b2c58 (diff) |
Additional code comment regarding the null_seg "bug"
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r-- | modules/devices/x86/processor.c | 2 |
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" }, |