Page MenuHomeFreeBSD

LinuxKPI: cleanup internal calls to VM_PAGE_TO_PHYS
ClosedPublic

Authored by bz on Jul 31 2023, 8:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 4:50 PM
Unknown Object (File)
Wed, Aug 12, 4:49 PM
Unknown Object (File)
Sun, Jul 26, 3:41 PM
Unknown Object (File)
Fri, Jul 24, 7:13 AM
Unknown Object (File)
Wed, Jul 22, 11:56 PM
Unknown Object (File)
Tue, Jul 21, 8:37 AM
Unknown Object (File)
Tue, Jul 21, 5:03 AM
Unknown Object (File)
Mon, Jul 20, 3:47 AM

Details

Summary

Replace FreeBSD native VM_PAGE_TO_PHYS() calls with page_to_phys()
allowing us to work on a struct page in the future using the one
single public Linux KPI interface to map to a native FreeBSD vm_page.

This should be a NOP.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jul 31 2023, 8:58 PM
markj added inline comments.
sys/compat/linuxkpi/common/include/linux/highmem.h
58

Presumably this will change to kmap(struct page *page) at some point?

This revision is now accepted and ready to land.Aug 1 2023, 2:14 PM