Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/usermode Remove old comment that is no lon...



details:   https://anonhg.NetBSD.org/src/rev/38fe8a3fa0c0
branches:  trunk
changeset: 769300:38fe8a3fa0c0
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Sep 06 08:44:39 2011 +0000

description:
Remove old comment that is no longer relevant

diffstat:

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

diffs (27 lines):

diff -r b4f954fa80c8 -r 38fe8a3fa0c0 sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Tue Sep 06 06:27:14 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Tue Sep 06 08:44:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.55 2011/09/05 12:19:12 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.56 2011/09/06 08:44:39 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.55 2011/09/05 12:19:12 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.56 2011/09/06 08:44:39 reinoud Exp $");
 
 #include "opt_memsize.h"
 #include "opt_kmempages.h"
@@ -452,8 +452,6 @@
        uintptr_t lpn, ppn;
        int prot, cur_prot, diff;
 
-       /* get current protection settings */
-
        aprint_debug("pmap_fault pmap %p, va %p\n", pmap, (void *) va);
 
        /* get logical page from vaddr */



Home | Main Index | Thread Index | Old Index