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, Apr 8, 12:52 PM
Unknown Object (File)
Sat, Apr 5, 4:12 PM
Unknown Object (File)
Feb 24 2025, 12:17 PM
Unknown Object (File)
Feb 17 2025, 6:04 AM
Unknown Object (File)
Feb 3 2025, 5:15 AM
Unknown Object (File)
Feb 1 2025, 6:33 PM
Unknown Object (File)
Feb 1 2025, 6:27 AM
Unknown Object (File)
Jan 27 2025, 1:46 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.