HomeFreeBSD

Make vm_pageout_wakeup_thresh a u_int rather than an int.

Description

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

Details

Provenance
markjAuthored on
Reviewer
alc
Parents
rS303051: Only build makewhatis(1)/apropos(1) with MAN_UTILS.
Branches
Unknown
Tags
Unknown