Page MenuHomeFreeBSD

Minimum changes for ctl to build on architectures with non-matching physical and virtual address sizes
ClosedPublic

Authored by jhibbits on Jan 25 2018, 4:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 10:52 PM
Unknown Object (File)
Fri, Apr 19, 3:32 PM
Unknown Object (File)
Feb 28 2024, 12:48 AM
Unknown Object (File)
Dec 20 2023, 5:04 AM
Unknown Object (File)
Dec 14 2023, 11:26 AM
Unknown Object (File)
Jul 4 2023, 9:57 AM
Unknown Object (File)
Jun 15 2023, 6:52 PM
Unknown Object (File)
Jun 3 2023, 1:40 AM
Subscribers

Details

Summary

Some architectures use physical addresses larger than virtual. This is the
minimal changeset needed to get CAM/CTL to build on these targets. No
functional changes. More changes would likely be needed for this to be fully
functional on said platforms, but they can be made when needed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chuck added a subscriber: chuck.

Looks good to me.

This revision is now accepted and ready to land.Jan 25 2018, 5:35 PM

I think it really may be the actual fix, since those code paths seems to be only working with virtual addresses any way. IIRC we have no places where CTL and its infrastructure would really need to use physical addresses at this point.

This revision was automatically updated to reflect the committed changes.