Page MenuHomeFreeBSD

Set LG_VADDR to 48 on RISC-V.
ClosedPublic

Authored by brooks on May 1 2020, 10:08 PM.
Tags
None
Referenced Files
F103445438: D24658.diff
Mon, Nov 25, 3:11 AM
F103445276: D24658.diff
Mon, Nov 25, 3:08 AM
Unknown Object (File)
Sun, Nov 17, 8:15 PM
Unknown Object (File)
Wed, Nov 13, 1:47 PM
Unknown Object (File)
Oct 23 2024, 5:04 PM
Unknown Object (File)
Oct 22 2024, 4:23 AM
Unknown Object (File)
Oct 20 2024, 7:00 AM
Unknown Object (File)
Oct 14 2024, 7:48 PM
Subscribers

Details

Summary

The Sv48 PTE format is the largest currently defined address space for
RISC-V. It makes no sense to define a larger size and doing so (at
least for 64-bits) forces rtrees down a slow path.

Diff Detail

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

Event Timeline

brooks created this revision.

There should likely be a corresponding change to the configure script upstream (probably duplicating the arm64 case).

This revision is now accepted and ready to land.May 1 2020, 10:18 PM
This revision was automatically updated to reflect the committed changes.