Module Name:    src
Committed By:   maxv
Date:           Sun Feb 25 13:15:35 UTC 2018

Modified Files:
        src/sys/arch/x86/x86: svs.c

Log Message:
Remove the first entry from the todo list, it's handled properly now.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/sys/arch/x86/x86/svs.c:1.12
--- src/sys/arch/x86/x86/svs.c:1.11	Sat Feb 24 19:52:46 2018
+++ src/sys/arch/x86/x86/svs.c	Sun Feb 25 13:15:35 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: svs.c,v 1.11 2018/02/24 19:52:46 maxv Exp $	*/
+/*	$NetBSD: svs.c,v 1.12 2018/02/25 13:15:35 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.11 2018/02/24 19:52:46 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svs.c,v 1.12 2018/02/25 13:15:35 maxv Exp $");
 
 #include "opt_svs.h"
 
@@ -212,8 +212,6 @@ __KERNEL_RCSID(0, "$NetBSD: svs.c,v 1.11
  *
  * Ordered from highest priority to lowest:
  *
- *  o Handle segment register faults properly.
- *
  *  o The NMI stack is not double-entered. Therefore if we ever receive an NMI
  *    and leave it, the content of the stack will be visible to userland (via
  *    Meltdown). Normally we never leave NMIs, unless a privileged user

Reply via email to