K 10 svn:author V 6 emaste K 8 svn:date V 27 2020-03-08T23:19:09.224516Z K 7 svn:log V 265 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 END