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 Make still unimplemented pmap_pro...
details: https://anonhg.NetBSD.org/src/rev/12a47a20b24a
branches: trunk
changeset: 769027:12a47a20b24a
user: reinoud <reinoud%NetBSD.org@localhost>
date: Tue Aug 30 11:40:46 2011 +0000
description:
Make still unimplemented pmap_protect() more verbose
diffstat:
sys/arch/usermode/usermode/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bb0a0d5908df -r 12a47a20b24a sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Tue Aug 30 11:31:57 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Tue Aug 30 11:40:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.44 2011/08/30 11:31:57 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.45 2011/08/30 11:40:46 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.44 2011/08/30 11:31:57 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.45 2011/08/30 11:40:46 reinoud Exp $");
#include "opt_memsize.h"
#include "opt_kmempages.h"
@@ -696,7 +696,7 @@
void
pmap_protect(pmap_t pmap, vaddr_t sva, vaddr_t eva, vm_prot_t prot)
{
-aprint_debug("pmap_protect not implemented\n");
+aprint_debug("pmap_protect not implemented sva %p, eva %p, prot %d\n", (void *) sva, (void *) eva, prot);
}
void
Home |
Main Index |
Thread Index |
Old Index