HomeFreeBSD

powerpc: fix a few pmap related functions to return correct types

Description

powerpc: fix a few pmap related functions to return correct types

While experimenting with changing boolean_t to another type, I noticed
that several powerpc pmap related functions returned the wrong type:
boolean_t instead of int.

Fix several declarations and definitions to match the actual pmap
function types: pmap_dev_direct_mapped_t and pmap_ts_referenced_t.

MFC after: 3 days

Details

Provenance
dimAuthored on Apr 23 2023, 1:22 PM
Parents
rG336c4682b6f3: tzsetup: add baseline file to control parsed zonetab contents
Branches
Unknown
Tags
Unknown