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)
Oct 9 2024, 5:52 PM
Unknown Object (File)
Sep 24 2024, 4:13 AM
Unknown Object (File)
Sep 22 2024, 11:17 PM
Unknown Object (File)
Sep 8 2024, 11:55 PM
Unknown Object (File)
Sep 2 2024, 10:21 PM
Unknown Object (File)
Aug 26 2024, 3:42 PM
Unknown Object (File)
Aug 25 2024, 2:25 AM
Unknown Object (File)
Aug 19 2024, 2:22 PM
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 Not Applicable
Unit
Tests Not Applicable

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.