Page MenuHomeFreeBSD

riscv: Don't handle missing kernel L3 pages
ClosedPublic

Authored by mhorne on May 23 2024, 7:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 14, 10:57 AM
Unknown Object (File)
Feb 4 2025, 5:17 AM
Unknown Object (File)
Feb 3 2025, 8:50 PM
Unknown Object (File)
Jan 19 2025, 4:59 AM
Unknown Object (File)
Jan 17 2025, 6:02 PM
Unknown Object (File)
Jan 9 2025, 12:09 PM
Unknown Object (File)
Nov 30 2024, 12:32 PM
Unknown Object (File)
Nov 27 2024, 11:00 AM
Subscribers

Details

Summary

This code path should never be hit, if it does it means we did not
bootstrap correctly. Turn it into a panic like we do on amd64 and arm64.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 57880
Build 54768: arc lint + arc unit

Event Timeline

I have a vague memory that this was needed at some point, but after digging for a while I can't find it. It'll be pretty obvious if the premise of the commit is wrong, so this seems ok.

This revision is now accepted and ready to land.May 27 2024, 2:07 PM
This revision was automatically updated to reflect the committed changes.