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 Fix stub prototype



details:   https://anonhg.NetBSD.org/src/rev/7f011e6ca60e
branches:  trunk
changeset: 748857:7f011e6ca60e
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Nov 07 12:08:35 2009 +0000

description:
Fix stub prototype

diffstat:

 sys/rump/librump/rumpkern/pmap_stub.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c5be973107d0 -r 7f011e6ca60e sys/rump/librump/rumpkern/pmap_stub.c
--- a/sys/rump/librump/rumpkern/pmap_stub.c     Sat Nov 07 08:52:26 2009 +0000
+++ b/sys/rump/librump/rumpkern/pmap_stub.c     Sat Nov 07 12:08:35 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_stub.c,v 1.21 2009/10/22 19:50:56 rmind Exp $     */
+/*     $NetBSD: pmap_stub.c,v 1.22 2009/11/07 12:08:35 dsl Exp $       */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_stub.c,v 1.21 2009/10/22 19:50:56 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_stub.c,v 1.22 2009/11/07 12:08:35 dsl Exp $");
 
 #include <sys/param.h>
 
@@ -90,7 +90,7 @@
 #endif
 
 void
-pmap_kenter_pa(vaddr_t va, paddr_t pa, vm_prot_t prot)
+pmap_kenter_pa(vaddr_t va, paddr_t pa, vm_prot_t prot, u_int fl)
 {
 
        panic("%s: unavailable", __func__);



Home | Main Index | Thread Index | Old Index