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 remove stale uvm_readahead() stub
details: https://anonhg.NetBSD.org/src/rev/f9f0bd386d4c
branches: trunk
changeset: 748298:f9f0bd386d4c
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Oct 19 22:31:47 2009 +0000
description:
remove stale uvm_readahead() stub
diffstat:
sys/rump/librump/rumpkern/vm.c | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diffs (33 lines):
diff -r 9aeef1323bd2 -r f9f0bd386d4c sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c Mon Oct 19 22:07:29 2009 +0000
+++ b/sys/rump/librump/rumpkern/vm.c Mon Oct 19 22:31:47 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.62 2009/10/16 00:14:53 pooka Exp $ */
+/* $NetBSD: vm.c,v 1.63 2009/10/19 22:31:47 pooka Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.62 2009/10/16 00:14:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.63 2009/10/19 22:31:47 pooka Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -518,14 +518,6 @@
/* nada for now */
}
-int
-uvm_readahead(struct uvm_object *uobj, off_t off, off_t size)
-{
-
- /* nada for now */
- return 0;
-}
-
/*
* Kmem
*/
Home |
Main Index |
Thread Index |
Old Index