Module Name: src Committed By: maxv Date: Fri Feb 23 19:39:27 UTC 2018
Modified Files: src/sys/arch/x86/x86: svs.c Log Message: Add a new entry in the TODO list. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/x86/svs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/x86/svs.c diff -u src/sys/arch/x86/x86/svs.c:1.8 src/sys/arch/x86/x86/svs.c:1.9 --- src/sys/arch/x86/x86/svs.c:1.8 Thu Feb 22 13:27:18 2018 +++ src/sys/arch/x86/x86/svs.c Fri Feb 23 19:39:27 2018 @@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: svs.c,v 1.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;