Module Name: src Committed By: pooka Date: Tue Jun 1 19:18:21 UTC 2010
Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Always use rumpuser_malloc() for allocating both poolpage and poolpage_cache -- its bootstrap cost is slightly higher than anonmmap, but it's faster in the long run. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/rump/librump/rumpkern/vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.