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
Make vm_pageout_wakeup_thresh a u_int rather than an int. Tags None Referenced Files None Subscribers None
Description
Details
|