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 add missing demogorgon



details:   https://anonhg.NetBSD.org/src/rev/e3bb414d340d
branches:  trunk
changeset: 786498:e3bb414d340d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Apr 30 00:29:19 2013 +0000

description:
add missing demogorgon

diffstat:

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

diffs (27 lines):

diff -r c2034a868b21 -r e3bb414d340d sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c    Tue Apr 30 00:26:19 2013 +0000
+++ b/sys/rump/librump/rumpkern/vm.c    Tue Apr 30 00:29:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm.c,v 1.142 2013/04/30 00:03:53 pooka Exp $   */
+/*     $NetBSD: vm.c,v 1.143 2013/04/30 00:29:19 pooka Exp $   */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.142 2013/04/30 00:03:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.143 2013/04/30 00:29:19 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -421,7 +421,7 @@
                panic("uvm_mmap() variant unsupported");
 
        if (RUMP_LOCALPROC_P(curproc)) {
-               error = rumpuser_anonmmap(NULL, size, 0, 0, uaddr);
+               error = rumpuser_anonmmap(NULL, size, 0, 0, &uaddr);
        } else {
                error = rumpuser_sp_anonmmap(curproc->p_vmspace->vm_map.pmap,
                    size, &uaddr);



Home | Main Index | Thread Index | Old Index