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
F133060775: D14043.id38424.diff
Wed, Oct 22, 2:14 PM
Unknown Object (File)
Thu, Oct 16, 6:13 PM
Unknown Object (File)
Fri, Oct 10, 10:56 PM
Unknown Object (File)
Fri, Oct 10, 10:56 PM
Unknown Object (File)
Fri, Oct 10, 10:56 PM
Unknown Object (File)
Fri, Oct 10, 4:47 PM
Unknown Object (File)
Fri, Sep 26, 4:14 PM
Unknown Object (File)
Wed, Sep 24, 9:20 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.