Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Fri Aug 28 21:18:38 UTC 1998

Modified Files:
        src/sys/kern: subr_pool.c
        src/sys/sys: pool.h
Log Message:
Add an alternate pool page allocator that can be used if the pool is
never accessed in interrupt context.  In the UVM case, this uses the
kernel_map, to reduce usage of the previous kmem_map resource.




Home | Main Index | Thread Index | Old Index