Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/target/x86_64 Remove outdated...



details:   https://anonhg.NetBSD.org/src/rev/240001599f4c
branches:  trunk
changeset: 319142:240001599f4c
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri May 18 21:05:10 2018 +0000

description:
Remove outdated comment

diffstat:

 sys/arch/usermode/target/x86_64/cpu_x86_64.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (26 lines):

diff -r e256e6fdaea8 -r 240001599f4c sys/arch/usermode/target/x86_64/cpu_x86_64.c
--- a/sys/arch/usermode/target/x86_64/cpu_x86_64.c      Fri May 18 21:03:33 2018 +0000
+++ b/sys/arch/usermode/target/x86_64/cpu_x86_64.c      Fri May 18 21:05:10 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_x86_64.c,v 1.3 2018/05/18 20:11:48 reinoud Exp $ */
+/* $NetBSD: cpu_x86_64.c,v 1.4 2018/05/18 21:05:10 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <reinoud%netbsd.org@localhost>
@@ -27,15 +27,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-/*
- * Note that this machdep.c uses the `dummy' mcontext_t defined for usermode.
- * This is basicly a blob of PAGE_SIZE big. We might want to switch over to
- * non-generic mcontext_t's one day, but will this break non-NetBSD hosts?
- */
-
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_x86_64.c,v 1.3 2018/05/18 20:11:48 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_x86_64.c,v 1.4 2018/05/18 21:05:10 reinoud Exp $");
 
 #include <sys/types.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index