Module Name: src
Committed By: pooka
Date: Mon Oct 19 22:31:47 UTC 2009
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
remove stale uvm_readahead() stub
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/sys/rump/librump/rumpkern/vm.c:1.63
--- src/sys/rump/librump/rumpkern/vm.c:1.62 Fri Oct 16 00:14:53 2009
+++ src/sys/rump/librump/rumpkern/vm.c Mon Oct 19 22:31:47 2009
@@ -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
*/