Change clean_map from a global to an auto variable
This commit is contained in:
parent
d37a68d05a
commit
2ae51145e8
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user