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 Remove the first entry from the todo list, ...
details: https://anonhg.NetBSD.org/src/rev/5a8c902ecb76
branches: trunk
changeset: 359784:5a8c902ecb76
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Feb 25 13:15:35 2018 +0000
description:
Remove the first entry from the todo list, it's handled properly now.
diffstat:
sys/arch/x86/x86/svs.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r eedac6153150 -r 5a8c902ecb76 sys/arch/x86/x86/svs.c
--- a/sys/arch/x86/x86/svs.c Sun Feb 25 13:14:27 2018 +0000
+++ b/sys/arch/x86/x86/svs.c Sun Feb 25 13:15:35 2018 +0000
@@ -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 @@
*
* 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
Home |
Main Index |
Thread Index |
Old Index