HomeFreeBSD

MFC r349697: correct pmap_ts_referenced return type

Description

MFC r349697: correct pmap_ts_referenced return type

pmap_ts_referenced returns a count, not a boolean, and is supposed to
have int as the return type not boolean_t.

This worked previously because boolean_t is an int typedef.

Sponsored by: The FreeBSD Foundation

Details

Provenance
emasteAuthored on
Parents
rS358789: arch.7: remove note about GCC 4.2.1 removal date
Branches
Unknown
Tags
Unknown