Module Name: src
Committed By: reinoud
Date: Tue Sep 6 08:44:39 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Remove old comment that is no longer relevant
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/usermode/usermode/pmap.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/usermode/usermode/pmap.c
diff -u src/sys/arch/usermode/usermode/pmap.c:1.55 src/sys/arch/usermode/usermode/pmap.c:1.56
--- src/sys/arch/usermode/usermode/pmap.c:1.55 Mon Sep 5 12:19:12 2011
+++ src/sys/arch/usermode/usermode/pmap.c Tue Sep 6 08:44:39 2011
@@ -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 <[email protected]>
@@ -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 */