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)
Fri, Jun 21, 2:27 PM
Unknown Object (File)
Mon, Jun 3, 10:24 AM
Unknown Object (File)
May 22 2024, 5:47 PM
Unknown Object (File)
May 22 2024, 5:46 PM
Unknown Object (File)
May 22 2024, 2:13 AM
Unknown Object (File)
Apr 28 2024, 3:35 AM
Unknown Object (File)
Apr 25 2024, 3:54 AM
Unknown Object (File)
Mar 17 2024, 9:04 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.