Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Add a new entry in the TODO list.



details:   https://anonhg.NetBSD.org/src/rev/1b0abc557bca
branches:  trunk
changeset: 830044:1b0abc557bca
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Feb 23 19:39:27 2018 +0000

description:
Add a new entry in the TODO list.

diffstat:

 sys/arch/x86/x86/svs.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r acd8909a647b -r 1b0abc557bca sys/arch/x86/x86/svs.c
--- a/sys/arch/x86/x86/svs.c    Fri Feb 23 16:32:44 2018 +0000
+++ b/sys/arch/x86/x86/svs.c    Fri Feb 23 19:39:27 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svs.c,v 1.8 2018/02/22 13:27:18 maxv Exp $     */
+/*     $NetBSD: svs.c,v 1.9 2018/02/23 19:39:27 maxv Exp $     */
 
 /*
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svs.c,v 1.8 2018/02/22 13:27:18 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svs.c,v 1.9 2018/02/23 19:39:27 maxv Exp $");
 
 #include "opt_svs.h"
 
@@ -92,6 +92,8 @@
  *
  * (d) Right now there is only one global LDT, and that's not compatible
  *     with USER_LDT.
+ *
+ * (e) Handle segment register faults properly.
  */
 
 bool svs_enabled __read_mostly = false;



Home | Main Index | Thread Index | Old Index