HomeFreeBSD

LinuxKPI: reduce usage of struct vm_page and vm_page_t

Description

LinuxKPI: reduce usage of struct vm_page and vm_page_t

We currently define (Linux) page to (FreeBSD) vm_page.
Cleanup some of the direct struct vm_page and vm_page_t declarations
and usages in the Linux KPI and make them 'struct page' or
'struct page *' to prepare for more upcoming work.

This should be a NOP.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D41255

Details

Provenance
bzAuthored on Jul 31 2023, 2:03 AM
Reviewer
markj
Differential Revision
D41255: LinuxKPI: reduce usage of struct vm_page and vm_page_t
Parents
rGf74c09f3ec69: LinuxKPI: pci.h add more constants
Branches
Unknown
Tags
Unknown