HomeFreeBSD

vm: fix a number of functions to match the expected prototypes

Description

vm: fix a number of functions to match the expected prototypes

Noticed while attempting to make boolean_t unsigned: some vm-related
function declarations and defintions were using boolean_t where they
should have used int, and vice versa.

MFC after: 1 week
Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D39753

(cherry picked from commit f74be55e3045793a507d98127faf9aabd918e1ce)

Details

Provenance
dimAuthored on Apr 25 2023, 5:52 PM
Reviewer
jhb
Differential Revision
D39753: boolean_t: change to unsigned int to avoid signed bitfield warnings
Parents
rG44f4aaee6be3: Apply clang fix for assertion building emulators/rpcs3
Branches
Unknown
Tags
Unknown