]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pmap_extract.9: Fix pmap_extract_and_hold()'s function type
authorKa Ho Ng <khng@FreeBSD.org>
Fri, 27 Aug 2021 13:42:49 +0000 (21:42 +0800)
committerKa Ho Ng <khng@FreeBSD.org>
Fri, 3 Sep 2021 18:46:40 +0000 (02:46 +0800)
commit4116adc455311377b104441c234ad7db2b1539d7
tree2a7402f95b1ccf9c290787d077b9f690d46071fa
parent06eebd2278649ec12fdf0f56f5afbb6c8c2cfbab
pmap_extract.9: Fix pmap_extract_and_hold()'s function type

pmap_extract_and_hold() returns a vm_page_t instead of a physical page
address.

Sponsored by: The FreeBSD Foundation
Reviewed by: alc
Differential Revision: https://reviews.freebsd.org/D31691

(cherry picked from commit 6e1df1d14c6dfcc209c1416ec0832e4d08191c72)
share/man/man9/pmap_extract.9