Change clean_map from a global to an auto variable

This commit is contained in:
Eivind Eklund 2003-09-01 16:46:47 +00:00
parent d37a68d05a
commit 2ae51145e8
2 changed files with 1 additions and 1 deletions

View File

@ -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.

View File

@ -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;
/*