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 provide pmap_phys_address



details:   https://anonhg.NetBSD.org/src/rev/3a2991d37474
branches:  trunk
changeset: 772354:3a2991d37474
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Dec 30 19:30:59 2011 +0000

description:
provide pmap_phys_address

diffstat:

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

diffs (26 lines):

diff -r 76c559afe784 -r 3a2991d37474 sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Fri Dec 30 19:18:35 2011 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Fri Dec 30 19:30:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.84 2011/12/30 06:59:54 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.85 2011/12/30 19:30:59 jmcneill 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.84 2011/12/30 06:59:54 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.85 2011/12/30 19:30:59 jmcneill Exp $");
 
 #include "opt_memsize.h"
 #include "opt_kmempages.h"
@@ -1219,7 +1219,6 @@
 paddr_t
 pmap_phys_address(paddr_t cookie)
 {
-       panic("pmap_phys_address not implemented\n");
        return ptoa(cookie);
 }
 



Home | Main Index | Thread Index | Old Index