Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern/arch/i386 Needs pmap_write_protect...



details:   https://anonhg.NetBSD.org/src/rev/3fa7f0e94a3b
branches:  trunk
changeset: 780410:3fa7f0e94a3b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jul 22 20:32:31 2012 +0000

description:
Needs pmap_write_protect to finish DBG=-g build with clang.

diffstat:

 sys/rump/librump/rumpkern/arch/i386/pmap_x86.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 37ce5609dd09 -r 3fa7f0e94a3b sys/rump/librump/rumpkern/arch/i386/pmap_x86.c
--- a/sys/rump/librump/rumpkern/arch/i386/pmap_x86.c    Sun Jul 22 19:35:04 2012 +0000
+++ b/sys/rump/librump/rumpkern/arch/i386/pmap_x86.c    Sun Jul 22 20:32:31 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_x86.c,v 1.2 2010/06/17 08:22:02 pooka Exp $       */
+/*     $NetBSD: pmap_x86.c,v 1.3 2012/07/22 20:32:31 joerg Exp $       */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_x86.c,v 1.2 2010/06/17 08:22:02 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_x86.c,v 1.3 2012/07/22 20:32:31 joerg Exp $");
 
 #include <sys/param.h>
 
@@ -103,3 +103,8 @@
        *pap = va;
        return true;
 }
+
+void
+pmap_write_protect(pmap_t pmap, vaddr_t sva, vaddr_t eva, vm_prot_t prot)
+{
+}



Home | Main Index | Thread Index | Old Index