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 a copy of uvm_swap_shutdown() ...
details: https://anonhg.NetBSD.org/src/rev/756d61d88fe2
branches: trunk
changeset: 791574:756d61d88fe2
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 23 22:24:31 2013 +0000
description:
add a copy of uvm_swap_shutdown() here so that it is not undefined when we
use it.
diffstat:
sys/rump/librump/rumpkern/vm.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r beb1c7607335 -r 756d61d88fe2 sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c Sat Nov 23 22:23:31 2013 +0000
+++ b/sys/rump/librump/rumpkern/vm.c Sat Nov 23 22:24:31 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.145 2013/11/14 12:07:11 martin Exp $ */
+/* $NetBSD: vm.c,v 1.146 2013/11/23 22:24:31 christos 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.145 2013/11/14 12:07:11 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.146 2013/11/23 22:24:31 christos Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -1188,3 +1188,8 @@
}
rumpuser_free(what, size);
}
+
+void
+uvm_swap_shutdown(struct lwp *lwp)
+{
+}
Home |
Main Index |
Thread Index |
Old Index