Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/uvm



Module Name:    syssrc
Committed By:   chs
Date:           Sun Sep  9 19:38:23 UTC 2001

Modified Files:
        syssrc/sys/uvm: uvm_map.c uvm_map.h

Log Message:
create a new pool for map entries, allocated from kmem_map instead of
kernel_map.  use this instead of the static map entries when allocating
map entries for kernel_map.  this greatly reduces the number of static
map entries used and should eliminate the problems with running out.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 syssrc/sys/uvm/uvm_map.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/uvm/uvm_map.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index