CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/03/20 05:33:17
Modified files: sys/kern : subr_pool.c Log message: reintroduce r1.173: > if we're able to use large page allocators, try and place at least > 8 items on a page. this reduces the number of allocator operations > we have to do per item on large items. this was backed out because of fallout on landisk which has since been fixed. putting this in again early in the cycle so we can look for more fallout. hopefully it will stick. ok deraadt@