summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>2003-09-01 16:46:47 +0000
committereivind <eivind@FreeBSD.org>2003-09-01 16:46:47 +0000
commitdbb76f12a3741dd4424af5169422fe6c46eb7f2e (patch)
tree1db9125061e5e61d66cef0b6cebb50cd86da68d7 /sys/vm/vm_kern.c
parentfb96d0aa201dc9f1a20a32b9007e5ec117f1926c (diff)
downloadFreeBSD-src-dbb76f12a3741dd4424af5169422fe6c46eb7f2e.zip
FreeBSD-src-dbb76f12a3741dd4424af5169422fe6c46eb7f2e.tar.gz
Change clean_map from a global to an auto variable
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r--sys/vm/vm_kern.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index f56075d..229d6e8 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -90,7 +90,6 @@ vm_map_t kernel_map=0;
vm_map_t kmem_map=0;
vm_map_t exec_map=0;
vm_map_t pipe_map;
-vm_map_t clean_map=0;
vm_map_t buffer_map=0;
/*
OpenPOWER on IntegriCloud