K 10 svn:author V 3 phk K 8 svn:date V 27 2003-07-18T10:47:58.000000Z K 7 svn:log V 324 Move the implementation of the vmspace_swap_count() (used only in the "toss the largest process" emergency handling) from vm_map.c to swap_pager.c. The quantity calculated depends strongly on the internals of the swap_pager and by moving it, we no longer need to expose the internal metrics of the swap_pager to the world. END