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)
Thu, Apr 16, 5:24 AM
Unknown Object (File)
Mon, Apr 13, 11:08 PM
Unknown Object (File)
Mar 24 2026, 6:05 PM
Unknown Object (File)
Mar 24 2026, 4:21 AM
Unknown Object (File)
Mar 18 2026, 3:56 AM
Unknown Object (File)
Mar 10 2026, 10:13 AM
Unknown Object (File)
Mar 10 2026, 5:55 AM
Unknown Object (File)
Mar 3 2026, 3:18 PM
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 Not Applicable
Unit
Tests Not Applicable

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.