Module Name:    src
Committed By:   pooka
Date:           Fri May 14 13:04:14 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: vm.c

Log Message:
Pick up after people who find build-testing their changes too difficult.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/rump/librump/rumpkern/vm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.73 src/sys/rump/librump/rumpkern/vm.c:1.74
--- src/sys/rump/librump/rumpkern/vm.c:1.73	Tue May 11 14:06:08 2010
+++ src/sys/rump/librump/rumpkern/vm.c	Fri May 14 13:04:14 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: vm.c,v 1.73 2010/05/11 14:06:08 pooka Exp $	*/
+/*	$NetBSD: vm.c,v 1.74 2010/05/14 13:04:14 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.73 2010/05/11 14:06:08 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.74 2010/05/14 13:04:14 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -614,6 +614,13 @@
 	rumpuser_unmap((void *)vaddr, PAGE_SIZE);
 }
 
+void
+uvm_km_va_drain(struct vm_map *map, uvm_flag_t flags)
+{
+
+	/* we eventually maybe want some model for available memory */
+}
+
 /*
  * Mapping and vm space locking routines.
  * XXX: these don't work for non-local vmspaces

Reply via email to