Page MenuHomeFreeBSD

Minimal change to build linuxkpi on architectures with physical addresses larger than virtual
ClosedPublic

Authored by jhibbits on Jan 25 2018, 4:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 29, 11:32 AM
Unknown Object (File)
Jun 29 2025, 3:59 PM
Unknown Object (File)
Jun 28 2025, 7:24 PM
Unknown Object (File)
Jun 27 2025, 11:15 PM
Unknown Object (File)
Jun 26 2025, 10:56 PM
Unknown Object (File)
Jun 14 2025, 7:25 AM
Unknown Object (File)
Jun 11 2025, 2:41 PM
Unknown Object (File)
Jun 10 2025, 6:22 AM
Subscribers

Details

Summary

Some architectures have physical/bus addresses that are much larger
than virtual addresses. This change just quiets a warning, as DMAP is not used
on those architectures, and on 64-bit platforms uintptr_t is the same size as
vm_paddr_t and void *.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14567
Build 14704: arc lint + arc unit

Event Timeline

Add:

MFC after: 1 week

And send the MFC e-mail to me.

Thank you!

--HPS

This revision is now accepted and ready to land.Jan 25 2018, 8:13 AM
This revision was automatically updated to reflect the committed changes.