summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-06-19 18:42:53 +0000
committeralc <alc@FreeBSD.org>1999-06-19 18:42:53 +0000
commitc9ce3ad902bd134472a439f97b9421bd66dead3c (patch)
tree48c6ba848f5c940ca91b426268c088846d68ecd8 /sys/vm/vm_glue.c
parent1048fa73010ca9dfb0cfba83b166fcfa2ef994be (diff)
downloadFreeBSD-src-c9ce3ad902bd134472a439f97b9421bd66dead3c.zip
FreeBSD-src-c9ce3ad902bd134472a439f97b9421bd66dead3c.tar.gz
Remove some unused function and variable declarations.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index eb45d61..5221e18 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.84 1999/02/19 14:25:36 luoqi Exp $
+ * $Id: vm_glue.c,v 1.85 1999/04/06 03:11:34 peter Exp $
*/
#include "opt_rlimit.h"
@@ -112,10 +112,6 @@ SYSINIT(scheduler, SI_SUB_RUN_SCHEDULER, SI_ORDER_FIRST, scheduler, NULL)
static void swapout __P((struct proc *));
-extern char kstack[];
-
-/* vm_map_t upages_map; */
-
int
kernacc(addr, len, rw)
caddr_t addr;
OpenPOWER on IntegriCloud