summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.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_init.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_init.c')
-rw-r--r--sys/vm/vm_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index 215289c..0a93d85 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -134,6 +134,7 @@ vm_ksubmap_init(struct kva_md_info *kmi)
long physmem_est;
vm_offset_t minaddr;
vm_offset_t maxaddr;
+ vm_map_t clean_map;
/*
* Allocate space for system data structures.
OpenPOWER on IntegriCloud