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
F97860403: D45326.diff
Tue, Oct 1, 1:25 PM
F97722466: D45326.id139009.diff
Mon, Sep 30, 11:39 PM
Unknown Object (File)
Thu, Sep 19, 9:11 AM
Unknown Object (File)
Wed, Sep 18, 1:15 PM
Unknown Object (File)
Wed, Sep 18, 1:15 PM
Unknown Object (File)
Sat, Sep 14, 10:39 PM
Unknown Object (File)
Sun, Sep 8, 11:49 PM
Unknown Object (File)
Fri, Sep 6, 1:55 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 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.