K 10 svn:author V 5 markj K 8 svn:date V 27 2016-07-20T00:09:22.137068Z K 7 svn:log V 213 Make vm_pageout_wakeup_thresh a u_int rather than an int. It's a threshold for v_free_count, which is of type u_int. This also lets us get rid of a cast in vm_paging_needed(). Reviewed by: alc MFC after: 1 week END